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


Public Member Functions | |
| CloseEvent (Activity *source, CloseHandler *destination) | |
| Create a close event. | |
| virtual | ~CloseEvent () |
| 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 inform an Activity that it should terminate. Termination might not occur until other conditions are met, such as the acknowledgement of events outstanding.
Definition at line 123 of file Event.h.
1.4.1