#include <ListEvents.hpp>
Inheritance diagram for ListEvent
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 ) |
The destructor of the Event clears out the Memento for us. How nice.