edu.cmu.emulator.world
Class SegmentInfo

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

 class SegmentInfo
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
SegmentInfo(SegmentListener listener)
           
SegmentInfo(SegmentListener 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

SegmentInfo

public SegmentInfo(SegmentListener listener)

SegmentInfo

public SegmentInfo(SegmentListener 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.