Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Phx::Clock::Task::Listener Class Reference

A listener type which can be called back by the Clock task. More...

#include <PhxClock.h>

Inheritance diagram for Phx::Clock::Task::Listener:

Phx::BaseListener< Clock::Task, Listener > Phx::LockedPtrInterface< BaseListener< Clock::Task, Listener > > List of all members.

Public Member Functions

virtual void onTimeout (double scheduledTime)=0
 When the Clock's time passes the Task's nextTime(), this method is invoked on the installed listener.

Detailed Description

A listener type which can be called back by the Clock task.


Member Function Documentation

virtual void Phx::Clock::Task::Listener::onTimeout double  scheduledTime  )  [pure virtual]
 

When the Clock's time passes the Task's nextTime(), this method is invoked on the installed listener.

Parameters:
scheduledTime The time at which this task was scheduled to execute. The nextTime() attribute will be NEVER, once the callback is initiated because the callback is not scheduled to run again -- scheduledTime is the value of the attribute before the call.


The documentation for this class was generated from the following file:
Generated on Mon Jul 10 19:45:29 2006 for Phoenix OSFS by  doxygen 1.4.2