Uses of Class
org.teleal.cling.support.model.TransportAction

Packages that use TransportAction
org.teleal.cling.support.avtransport.callback   
org.teleal.cling.support.avtransport.impl.state   
org.teleal.cling.support.avtransport.lastchange   
org.teleal.cling.support.model   
 

Uses of TransportAction in org.teleal.cling.support.avtransport.callback
 

Methods in org.teleal.cling.support.avtransport.callback with parameters of type TransportAction
abstract  void GetCurrentTransportActions.received(org.teleal.cling.model.action.ActionInvocation actionInvocation, TransportAction[] actions)
           
 

Uses of TransportAction in org.teleal.cling.support.avtransport.impl.state
 

Methods in org.teleal.cling.support.avtransport.impl.state that return TransportAction
 TransportAction[] Stopped.getCurrentTransportActions()
           
 TransportAction[] Playing.getCurrentTransportActions()
           
 TransportAction[] PausedPlay.getCurrentTransportActions()
           
 TransportAction[] NoMediaPresent.getCurrentTransportActions()
           
abstract  TransportAction[] AbstractState.getCurrentTransportActions()
           
 

Uses of TransportAction in org.teleal.cling.support.avtransport.lastchange
 

Methods in org.teleal.cling.support.avtransport.lastchange that return TransportAction
protected  TransportAction[] AVTransportVariable.CurrentTransportActions.enumValueOf(String[] names)
           
 

Constructors in org.teleal.cling.support.avtransport.lastchange with parameters of type TransportAction
AVTransportVariable.CurrentTransportActions(TransportAction[] e)
           
 

Uses of TransportAction in org.teleal.cling.support.model
 

Methods in org.teleal.cling.support.model that return TransportAction
static TransportAction TransportAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportAction[] TransportAction.valueOfCommaSeparatedList(String s)
           
static TransportAction[] TransportAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.