Classes | Public Types | Public Member Functions

CxUtils::Timer::Callback Class Reference

Callback interface for registering for Timer Events. Overload the ProcessTimerEvent method, and register with a Timer. More...

#include <timer.h>

List of all members.

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

Detailed Description

Callback interface for registering for Timer Events. Overload the ProcessTimerEvent method, and register with a Timer.

Definition at line 81 of file timer.h.


Member Typedef Documentation

Set of callbacks.

Definition at line 84 of file timer.h.


Member Function Documentation

virtual void CxUtils::Timer::Callback::ProcessTimerEvent (  ) [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines