org.teleal.cling.support.avtransport.impl.state
Class Playing<T extends AVTransport>

java.lang.Object
  extended by org.teleal.cling.support.avtransport.impl.state.AbstractState
      extended by org.teleal.cling.support.avtransport.impl.state.Playing<T>

public abstract class Playing<T extends AVTransport>
extends AbstractState


Constructor Summary
Playing(T transport)
           
 
Method Summary
 String[] getCurrentTransportActions()
           
abstract  Class<? extends AbstractState> next()
           
abstract  Class<? extends AbstractState> pause()
           
abstract  Class<? extends AbstractState> play(String speed)
           
abstract  Class<? extends AbstractState> previous()
           
abstract  Class<? extends AbstractState> seek(SeekMode unit, String target)
           
abstract  Class<? extends AbstractState> setTransportURI(String transportURI, String metaData)
           
abstract  Class<? extends AbstractState> stop()
           
 
Methods inherited from class org.teleal.cling.support.avtransport.impl.state.AbstractState
getTransport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Playing

public Playing(T transport)
Method Detail

setTransportURI

public abstract Class<? extends AbstractState> setTransportURI(String transportURI,
                                                               String metaData)

stop

public abstract Class<? extends AbstractState> stop()

play

public abstract Class<? extends AbstractState> play(String speed)

pause

public abstract Class<? extends AbstractState> pause()

next

public abstract Class<? extends AbstractState> next()

previous

public abstract Class<? extends AbstractState> previous()

seek

public abstract Class<? extends AbstractState> seek(SeekMode unit,
                                                    String target)

getCurrentTransportActions

public String[] getCurrentTransportActions()
Specified by:
getCurrentTransportActions in class AbstractState


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