Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

CallbackTimer Class Reference

This timer calls the function in the event in-line. More...

#include <CallbackTimer.h>

Inheritance diagram for CallbackTimer::

Timer BasicObject List of all members.

Public Methods

 CallbackTimer ()
virtual ~CallbackTimer ()

Private Methods

virtual void doAction (TimerNode *)
 a Template Method, subclasses must override. More...


Detailed Description

This timer calls the function in the event in-line.

It does NOT spawn a thread to do the work. For this reason, the function given to this timer should not block, and it should not take very long to execute.

Definition at line 8 of file CallbackTimer.h.


Constructor & Destructor Documentation

CallbackTimer::CallbackTimer
 

Definition at line 10 of file CallbackTimer.cpp.

CallbackTimer::~CallbackTimer [virtual]
 

Definition at line 14 of file CallbackTimer.cpp.


Member Function Documentation

void CallbackTimer::doAction TimerNode * timerNode [private, virtual]
 

a Template Method, subclasses must override.

Reimplemented from Timer.

Definition at line 19 of file CallbackTimer.cpp.


The documentation for this class was generated from the following files:
Generated at Thu Jul 11 13:31:55 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001