#include <TimedEventService.h>

Public Member Functions | |
| virtual void | expired ()=0 |
| Implement the expiry behaviour of this object. | |
| virtual const WFMath::TimeStamp & | due () const =0 |
| The time value when this event is due. | |
| virtual void Eris::TimedEvent::expired | ( | ) | [pure 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.
Implemented in Eris::Timeout.
1.5.4