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


Public Member Functions | |
| DataEvent (Activity *source, DataHandler *destination) | |
| Create a data event. | |
| virtual | ~DataEvent () |
| 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. | |
This event type is used to propagate data from one Activity to another.
Definition at line 100 of file Event.h.
1.4.1