#include <Lister.hpp>
Inheritance diagram for Lister
Public Methods | |
Lister ( void ) | |
Default constructor. | |
virtual | ~Lister ( void ) |
Virtual destructor. | |
bool | operator== ( ListerCref ) const |
Equality test. | |
void | initialize ( void ) |
Called once to get the list ready. More... | |
virtual void | event ( corelinux::Event<corelinux::Identifier> * ) throw ( corelinux::NullPointerException ) |
Called by the subject when an event we are interested in gets generated. More... | |
Protected Methods | |
Lister ( ListerCref ) throw ( corelinux::Assertion ) | |
Copy constructor. | |
ListerRef | operator= ( ListerCref ) throw ( corelinux::Assertion ) |
Assignment operator. |
|
Called by the subject when an event we are interested in gets generated.
Reimplemented from corelinux::Observer. |
|
Called once to get the list ready. I'm sure there are more imaginitive ways. This is actually a by product of hurried example writing, violating many of my own standards. Well, my son had a baseball game I had to go to so I cut it short! |