org.incava.util
Class TimedEvent

java.lang.Object
  extended by org.incava.util.TimedEvent

public class TimedEvent
extends java.lang.Object

Times an event, from when the object is created, until when the end method is invoked.


Field Summary
 long duration
           
 
Constructor Summary
TimedEvent(TimedEventSet set)
           
 
Method Summary
 void end()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duration

public long duration
Constructor Detail

TimedEvent

public TimedEvent(TimedEventSet set)
Method Detail

end

public void end()