org.incava.util
Class TimedEventSet

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

public class TimedEventSet
extends java.lang.Object

A set of timed events.


Field Summary
 long duration
           
 
Constructor Summary
TimedEventSet()
           
 
Method Summary
 void add(long duration)
           
 
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

TimedEventSet

public TimedEventSet()
Method Detail

add

public void add(long duration)