Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Examples

ListEvent Class Reference

We define our domain event type which uses a numeric identifier and accepts generic Memento pointers. More...

#include <ListEvents.hpp>

Inheritance diagram for ListEvent:

corelinux::Event< DwordIdentifier > corelinux::Event< DwordIdentifier > List of all members.

Public Member Functions

 ListEvent (DwordIdentifierCref aId, corelinux::MementoPtr aMemento) throw ( corelinux::NullPointerException )
 Constructor.

virtual ~ListEvent (void)
 Virtual destructor.

corelinux::MementoRef getMemento (void)
 Retrieve the memento.

 ListEvent (DwordIdentifierCref aId, corelinux::MementoPtr aMemento) throw ( corelinux::NullPointerException )
 Constructor.

virtual ~ListEvent (void)
 Virtual destructor.

corelinux::MementoRef getMemento (void)
 Retrieve the memento.


Detailed Description

We define our domain event type which uses a numeric identifier and accepts generic Memento pointers.

The destructor of the Event clears out the Memento for us. How nice.


The documentation for this class was generated from the following files:
This is the CoreLinux++ reference manual
Provided by The CoreLinux Consortium