org.fourthline.cling.support.avtransport.impl.state
Class Stopped<T extends AVTransport>
java.lang.Object
org.fourthline.cling.support.avtransport.impl.state.AbstractState
org.fourthline.cling.support.avtransport.impl.state.Stopped<T>
public abstract class Stopped<T extends AVTransport>
- extends AbstractState
- Author:
- Christian Bauer
Constructor Summary |
Stopped(T transport)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stopped
public Stopped(T transport)
onEntry
public void onEntry()
setTransportURI
public abstract Class<? extends AbstractState> setTransportURI(URI uri,
String metaData)
stop
public abstract Class<? extends AbstractState> stop()
play
public abstract Class<? extends AbstractState> play(String speed)
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 TransportAction[] getCurrentTransportActions()
- Specified by:
getCurrentTransportActions
in class AbstractState
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.