#include <Event.h>
Inheritance diagram for CODEX_Events::EventBase:


Public Member Functions | |
| EventBase (Activity *source) | |
| virtual | ~EventBase () |
| Virtual destructor. | |
| virtual bool | handle ()=0 |
| This virtual method allows a derived class to call the handler for its appropriate Activity, thereby enabling the Activity to distinguish the event by overloading on type. | |
| Activity * | source () |
| The Activity that created this event. | |
Protected Attributes | |
| Activity * | m_source |
| Source of this event. | |
All events inherit this base class, which allows them to be treated uniformly for queueing and dispatching.
Definition at line 38 of file Event.h.
|
|
|
1.4.1