player
Class JASocketPlayerEventAdapter

java.lang.Object
  extended by player.JAPlayerEventAdapter
      extended by player.JALoadingPlayerEventAdapter
          extended by player.JASocketPlayerEventAdapter
All Implemented Interfaces:
JALoadingPlayerEventHandler, JAPlayerEventHandler, JASocketPlayerEventHandler

public class JASocketPlayerEventAdapter
extends JALoadingPlayerEventAdapter
implements JASocketPlayerEventHandler

Adapter class for the JASocketPlayerEventHandler interface.


Constructor Summary
JASocketPlayerEventAdapter()
           
 
Method Summary
 void sigmlInputReceived()
          Reports that this player's input server has received a new SiGML input string.
 
Methods inherited from class player.JALoadingPlayerEventAdapter
loaderHasStarted, loaderIsDone, nextSignLoaded
 
Methods inherited from class player.JAPlayerEventAdapter
playerIsAtNewFrame, playerIsDone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface player.JALoadingPlayerEventHandler
loaderHasStarted, loaderIsDone, nextSignLoaded
 
Methods inherited from interface player.JAPlayerEventHandler
playerIsAtNewFrame, playerIsDone
 

Constructor Detail

JASocketPlayerEventAdapter

public JASocketPlayerEventAdapter()
Method Detail

sigmlInputReceived

public void sigmlInputReceived()
Description copied from interface: JASocketPlayerEventHandler
Reports that this player's input server has received a new SiGML input string.

Specified by:
sigmlInputReceived in interface JASocketPlayerEventHandler