#include <ShareLabelChallengeEvent.h>
Inheritance diagram for CODEX_Server::ShareLabelChallengeEvent:


Public Member Functions | |
| ShareLabelChallengeEvent (CODEX_Events::Activity *source, ShareLabelChallengeHandler *destination) | |
| Constructor. | |
| virtual | ~ShareLabelChallengeEvent () |
| 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 ShareLabelChallengeEvent.h.
1.4.1