Uses of Interface
org.robokind.api.common.playable.PlayableListener

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)
           
 



Copyright © 2011-2013. All Rights Reserved.