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


Public Member Functions | |
| EventAck (Activity *destination, bool failure=false) | |
| Create an acknowledgement event. | |
| virtual | ~EventAck () |
| 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. | |
| bool | failure () const |
| Is this a negative acknowledgement? | |
| Activity * | source () |
| The Activity that created this event. | |
Protected Attributes | |
| Activity * | m_source |
| Source of this event. | |
This event type is used to return an acknowledgement to the sender of an event.
Definition at line 71 of file Event.h.
1.4.1