#include <InitEvent.h>
Inheritance diagram for CODEX_APSS::InitEvent:


Public Member Functions | |
| InitEvent (CODEX_Events::Activity *source, InitActivity *destination) | |
| Constructor. | |
| virtual | ~InitEvent () |
| Virtual destructor. | |
| bool | handle () |
| 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. | |
Definition at line 29 of file InitEvent.h.
1.4.1