| Package | Description |
|---|---|
| org.robokind.api.common.playable |
| Modifier and Type | Field and Description |
|---|---|
protected PlayState |
AbstractPlayable.myPlayState
The current PlayState.
|
| Modifier and Type | Method and Description |
|---|---|
PlayState |
Playable.getPlayState()
Return the current PlayState of the Playable.
|
PlayState |
AbstractPlayable.getPlayState() |
static PlayState |
PlayState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayState[] |
PlayState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPlayable.firePlayStateChanged(PlayState prev,
PlayState state,
long time)
Notifies listeners of a change in PlayState.
|
void |
PlayableListener.playStateChanged(PlayState prev,
PlayState state,
long time)
Fired when the PlayState of a Playable changes
|
Copyright © 2011-2014. All Rights Reserved.