Class TimerCallback

Nested Relationships

Nested Types

Class Documentation

class TimerCallback

Class that must be implemented by code that makes Timer requests.

Public Functions

POINTER_DEFINITIONS(TimerCallback)
TimerCallback()

Constructor

inline virtual ~TimerCallback()

Destructor

virtual void callback() = 0

The method that is called when a timer expires.

virtual void timerStopped() = 0

The timer has stopped.

struct IncreasingTime

Public Functions

inline bool operator()(const TimerCallbackPtr &lhs, const TimerCallbackPtr &rhs)