|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayableListener | |
---|---|
org.robokind.api.common.playable |
Uses of PlayableListener in org.robokind.api.common.playable |
---|
Fields in org.robokind.api.common.playable with type parameters of type PlayableListener | |
---|---|
protected List<PlayableListener> |
AbstractPlayable.myPlayableListeners
Listeners for PlayState changes |
Methods in org.robokind.api.common.playable with parameters of type PlayableListener | |
---|---|
void |
Playable.addPlayableListener(PlayableListener listener)
Adds a PlayableListener to be notified when the PlayState changes. |
void |
AbstractPlayable.addPlayableListener(PlayableListener listener)
|
void |
Playable.removePlayableListener(PlayableListener listener)
Removes a PlayableListener from being notified |
void |
AbstractPlayable.removePlayableListener(PlayableListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |