|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractState | |
|---|---|
| org.teleal.cling.support.avtransport.impl | |
| org.teleal.cling.support.avtransport.impl.state | |
| Uses of AbstractState in org.teleal.cling.support.avtransport.impl |
|---|
| Constructor parameters in org.teleal.cling.support.avtransport.impl with type arguments of type AbstractState | |
|---|---|
AVTransportService(Class<? extends AVTransportStateMachine> stateMachineDefinition,
Class<? extends AbstractState> initialState)
|
|
AVTransportService(Class<? extends AVTransportStateMachine> stateMachineDefinition,
Class<? extends AbstractState> initialState,
Class<T> transportClass)
|
|
| Uses of AbstractState in org.teleal.cling.support.avtransport.impl.state |
|---|
| Methods in org.teleal.cling.support.avtransport.impl.state that return types with arguments of type AbstractState | |
|---|---|
abstract Class<? extends AbstractState> |
Stopped.next()
|
abstract Class<? extends AbstractState> |
Playing.next()
|
abstract Class<? extends AbstractState> |
Playing.pause()
|
abstract Class<? extends AbstractState> |
Stopped.play(String speed)
|
abstract Class<? extends AbstractState> |
Playing.play(String speed)
|
abstract Class<? extends AbstractState> |
PausedPlay.play(String speed)
|
abstract Class<? extends AbstractState> |
Stopped.previous()
|
abstract Class<? extends AbstractState> |
Playing.previous()
|
abstract Class<? extends AbstractState> |
Stopped.seek(SeekMode unit,
String target)
|
abstract Class<? extends AbstractState> |
Playing.seek(SeekMode unit,
String target)
|
abstract Class<? extends AbstractState> |
Stopped.setTransportURI(URI uri,
String metaData)
|
abstract Class<? extends AbstractState> |
Playing.setTransportURI(URI uri,
String metaData)
|
abstract Class<? extends AbstractState> |
PausedPlay.setTransportURI(URI uri,
String metaData)
|
abstract Class<? extends AbstractState> |
NoMediaPresent.setTransportURI(URI uri,
String metaData)
|
abstract Class<? extends AbstractState> |
Stopped.stop()
|
abstract Class<? extends AbstractState> |
Playing.stop()
|
abstract Class<? extends AbstractState> |
PausedPlay.stop()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||