org.robokind.api.common.playable
Interface PlayableListener


public interface PlayableListener

An interface for classes which listen to a Playable.

Author:
Matthew Stevenson

Method Summary
 void playStateChanged(PlayState prev, PlayState state, long time)
          Fired when the PlayState of a Playable changes
 

Method Detail

playStateChanged

void playStateChanged(PlayState prev,
                      PlayState state,
                      long time)
Fired when the PlayState of a Playable changes

Parameters:
prev - the previous PlayState
state - the new PlayState
time - the time of the change


Copyright © 2011-2013. All Rights Reserved.