12 // Set/get the timer id that is being handled by this instance.
13 void setID (long timerID
);
16 // Handle a timeout event, cancel, and close.
17 virtual int handleEvent (const void *arg
);
18 virtual int handleCancel ();
19 virtual int handleClose ();