base class from which you can inherit and construct your own timers More...
#include <timer.h>
Public Member Functions | |
virtual void | notifyTimer (void)=0 |
this method is called when the timer goes off | |
virtual | ~Timer (void) throw () |
base class from which you can inherit and construct your own timers
Definition at line 80 of file timer.h.