Callback interface for registering for Timer Events. Overload the ProcessTimerEvent method, and register with a Timer. More...
#include <timer.h>
Classes | |
class | Function |
Function object data used by the Timer class for storing Function Callbacks for Timer Events.. More... | |
Public Types | |
typedef std::set< Callback * > | Set |
Set of callbacks. | |
Public Member Functions | |
virtual void | ProcessTimerEvent ()=0 |
Callback interface for registering for Timer Events. Overload the ProcessTimerEvent method, and register with a Timer.
Definition at line 81 of file timer.h.
typedef std::set<Callback*> CxUtils::Timer::Callback::Set |
virtual void CxUtils::Timer::Callback::ProcessTimerEvent | ( | ) | [pure virtual] |