Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CODEX_Events::CloseEvent Class Reference

Close event. More...

#include <Event.h>

Inheritance diagram for CODEX_Events::CloseEvent:

Inheritance graph
[legend]
Collaboration diagram for CODEX_Events::CloseEvent:

Collaboration graph
[legend]
List of all members.

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.
Activitysource ()
 The Activity that created this event.

Protected Attributes

Activitym_source
 Source of this event.

Detailed Description

Close 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.


The documentation for this class was generated from the following files:
Generated on Fri May 6 17:42:03 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1