public abstract class AbstractState<T extends AVTransport> extends Object
| Constructor and Description |
|---|
AbstractState(T transport) |
| Modifier and Type | Method and Description |
|---|---|
abstract TransportAction[] |
getCurrentTransportActions() |
T |
getTransport() |
public AbstractState(T transport)
public T getTransport()
public abstract TransportAction[] getCurrentTransportActions()
Copyright © 2016 4th Line GmbH, Switzerland. All rights reserved.