Package unsw.cse.mica.tools.timer

Interface Summary
ITimerHandler The ITimerHandler interface allows arbitrary objects to informed when an event fires within a timer.
 

Class Summary
Timer The Timer class provides the functionality for an agent that can provides events at specific times.
TimerAgent TimerAgent is a wrapper around a Timer, allowing for both one-off and repeated events to be generated.
TimerEvent A timer event.
TimerUtils Contains some constants and utility functions that are used by the Timer and its supporting classes, primarily the TimerAgent.