edu.cmu.emulator.world
Class WaypointInfo

java.lang.Object
  extended by edu.cmu.emulator.listener.ListenerInfo
      extended by edu.cmu.emulator.world.WaypointInfo

 class WaypointInfo
extends ListenerInfo

See Also:

Field Summary
 
Fields inherited from class edu.cmu.emulator.listener.ListenerInfo
DEDICATED_THREAD, GROUP_THREAD, listener, NO_THREAD, threadMode
 
Constructor Summary
WaypointInfo(WaypointListener listener)
           
WaypointInfo(WaypointListener listener, int threadMode)
           
 
Method Summary
 void doUpdate(Object source, long timeMillis, Object updateValue)
           
 
Methods inherited from class edu.cmu.emulator.listener.ListenerInfo
checkForTrigger, getListener, getThreadMode, setThreadMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaypointInfo

public WaypointInfo(WaypointListener listener)

WaypointInfo

public WaypointInfo(WaypointListener listener,
                    int threadMode)
Method Detail

doUpdate

public void doUpdate(Object source,
                     long timeMillis,
                     Object updateValue)
Specified by:
doUpdate in class ListenerInfo


Copyright © 2013. All Rights Reserved.