Eris
1.3.21
|
Public Member Functions | |
Alarm (unsigned long, const sigc::slot< void > &done) | |
virtual void | expired () |
Implement the expiry behaviour of this object. More... | |
virtual const WFMath::TimeStamp & | due () const |
The time value when this event is due. | |
|
virtual |
Implement the expiry behaviour of this object.
The TimedEvent is automatically removed from the service before this method is called, so deleting the object, or re-registering it are permitted.
Implements Eris::TimedEvent.