In file /home/eternity/Source/Common/Schedulable/H/schedulable.h:

class Schedulable

Schedulable class

Inheritance:

Schedulable


Public

methods
virtual void HandleEvent (int handleID)
Notify about event that occured

Documentation

Schedulable class. Schedulable forces its offsprings to implement HandleEvent method that is used as a callback function when the event we are waiting for happens. All objects that want to schedule some actions for the future have to inherit from this class.
methods

virtual void HandleEvent(int handleID)
Notify about event that occured


Direct child classes:
Padder
Author:
Venca
See Also:
Scheduler

alphabetic index hierarchy of classes


generated by doc++