UanEventTimer Class Reference

Timer that calls void handler function pfEventHandler. More...

#include <uan-tools.h>

Inheritance diagram for UanEventTimer:

Inheritance graph
[legend]
Collaboration diagram for UanEventTimer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 UanEventTimer (void *obj, pfEventHandler h)
 Constructor, associates with object obj and event handler h. h should be static member of obj.
virtual void handle (Event *e)
 Method called when timer expires. Calls handler handler with argument object.

Protected Attributes

pfEventHandler handler
 The handler function.

Detailed Description

Timer that calls void handler function pfEventHandler.

This class will call pfEventHandler h when it expires. pfEventHandler is a function taking void pointer argument and returns void.

It should be a static member of object obj. obj will be the argument passed to the event handler


The documentation for this class was generated from the following file:
Generated on Mon Oct 1 12:12:48 2007 for UANModule by  doxygen 1.5.1