|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayState | |
---|---|
org.robokind.api.common.playable |
Uses of PlayState in org.robokind.api.common.playable |
---|
Fields in org.robokind.api.common.playable declared as PlayState | |
---|---|
protected PlayState |
AbstractPlayable.myPlayState
The current PlayState. |
Methods in org.robokind.api.common.playable that return PlayState | |
---|---|
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. |
Methods in org.robokind.api.common.playable with parameters of type PlayState | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |