3. Working With Timers

The simplest form of event provided by the Reaction framework is the timed event. These are events which occur a set period of time after the event was requested and which are handled by event handlers implementing the Timeable interface. This chapter describes the Reaction timer API and provides a number of examples of the API in use.



Subsections