org.incava.util

Class 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()

Field Details

duration

public long duration

Constructor Details

TimedEvent

public TimedEvent(TimedEventSet set)

Method Details

end

public void end()