Home C-Bits Package Documentation Project Page

Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cbits::CallbackTimerListener Class Reference

Callback interface for use with cbits::CallbackTimer. More...

#include <CallbackTimerListener.h>

List of all members.

Public Methods

virtual void timerFired ()=0
 Callback method. More...


Protected Methods

 CallbackTimerListener ()
 Default constructor. More...


Private Methods

 CallbackTimerListener (const CallbackTimerListener &)
CallbackTimerListener & operator= (const CallbackTimerListener &)


Detailed Description

Callback interface for use with cbits::CallbackTimer.

In order for a user callback object to be invoked by a cbits::CallbackTimer instance, the callback object must implement this interface.


Constructor & Destructor Documentation

cbits::CallbackTimerListener::CallbackTimerListener   [inline, protected]
 

Default constructor.

cbits::CallbackTimerListener::CallbackTimerListener const CallbackTimerListener &    [private]
 


Member Function Documentation

CallbackTimerListener& cbits::CallbackTimerListener::operator= const CallbackTimerListener &    [private]
 

virtual void cbits::CallbackTimerListener::timerFired   [pure virtual]
 

Callback method.


The documentation for this class was generated from the following file:
Generated by
doxygen
Hosted by
SourceForge