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

TimerListener Class Reference

#include <Timer.h>

List of all members.

Public Methods

virtual ~TimerListener () throw ()
virtual void notify (const Timer *, const TimerEvent &)=0


Detailed Description

Author:
Eric Crahen <crahen@cse.buffalo.edu>
Date:
<2002-05-26T09:19:32-0400>
Version:
2.0.0a
An object interested in a Timer can implement this interface and then register itself with a Timer to begin receiving TimerEvents as various lengths of time expire


Constructor & Destructor Documentation

virtual ~TimerListener   throw () [inline, virtual]
 

Destroy the TimerListener


Member Function Documentation

virtual void notify const Timer  ,
const TimerEvent  
[pure virtual]
 

Called from the Timer thread when an event expires

Parameters:
const  Timer* - timer that waited for the event
const  TimerEvent& - timer event that expired


The documentation for this class was generated from the following file:
Generated on Fri May 31 14:08:47 2002 for ZThread by doxygen1.2.15