|
DUECA/DUSIME
|
Implements callback objects. More...

Public Member Functions | |
| virtual void | operator() (const TimeSpec &t)=0 |
| The callback action. | |
| virtual void | print (ostream &os) const =0 |
| print to stream, for debugging. | |
| GenericCallback () | |
| Constructor. | |
| virtual | ~GenericCallback () |
| Destructor. | |
Implements callback objects.
Not usable as such, one needs to derive a class that actually does something. GenericCallback objects are required by ActivityCallback objects.