Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound 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 List of all members.

Public Methods

 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.


Protected Methods

 ListEvent (void)
 ListEvent (void)

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.

Examples:

examp20.cpp.


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