player
Class JAPlayerEventAdapter

java.lang.Object
  extended by player.JAPlayerEventAdapter
All Implemented Interfaces:
JAPlayerEventHandler
Direct Known Subclasses:
JALoadingPlayerEventAdapter

public class JAPlayerEventAdapter
extends java.lang.Object
implements JAPlayerEventHandler

Adapter class for the JAPlayerEventHandler interface.


Constructor Summary
JAPlayerEventAdapter()
           
 
Method Summary
 void playerIsAtNewFrame(AnimationScan scan, boolean dropped)
          Reports that the associated player is about to play, or drop, a new frame, as described by the specified AnimationScan, and dropped flag.
 void playerIsDone(AnimationScan scan)
          Reports that the associated player has stopped playing, either because its animation sequence has been completed or because it has received a Stop signal; the next frame to be played at the point of stopping is indicated by the specified AnimationScan.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAPlayerEventAdapter

public JAPlayerEventAdapter()
Method Detail

playerIsAtNewFrame

public void playerIsAtNewFrame(AnimationScan scan,
                               boolean dropped)
Description copied from interface: JAPlayerEventHandler
Reports that the associated player is about to play, or drop, a new frame, as described by the specified AnimationScan, and dropped flag.

Specified by:
playerIsAtNewFrame in interface JAPlayerEventHandler

playerIsDone

public void playerIsDone(AnimationScan scan)
Description copied from interface: JAPlayerEventHandler
Reports that the associated player has stopped playing, either because its animation sequence has been completed or because it has received a Stop signal; the next frame to be played at the point of stopping is indicated by the specified AnimationScan.

Specified by:
playerIsDone in interface JAPlayerEventHandler