Public Member Functions | |
void | handleTimeout (in Epoch time) |
Clients create an object of this class to receive timeout events. This interface provides a callback type mechanism and can really be thought of as an alarm.
A reference to the created object is passed as an argument with a call to Timer::schedule. Other arguments to Timer::schedule are set when the timeout(s) will occur, and when they invoke the handleTimeout method of this object.
void acstime::TimeoutHandler::handleTimeout | ( | in Epoch | time | ) |
This method is called when a timeout occurs.
time | the time at which this method is invoked |