class TimeNotify
|
TimeNotify is the base class you can derive from to receive timer callbacks. More... |
|
|
Public Methods
TimeNotify is the base class you can derive from to receive timer callbacks.
You will need to call the addTimer function of the IOManager to start
watching a filedescriptor.
See also: IOManager
void notifyTime ()
| notifyTime |
[pure virtual]
This function gets whenever the timer is activated. Note that the
IOManager will try to "catch up" lost time, that is, if you have a
300ms timer that didn't get called for a second (because there was
something else to do), you'll receive three calls in a row.
| Generated by: stefan on stefan on Sat Jun 2 23:13:28 2001, using kdoc 2.0a53. |