#include <ListColleague.hpp>
Inheritance diagram for ListColleague
Public Methods | |
ListColleague ( ListMediatorPtr ) | |
Copy constructor. | |
ListColleague ( ListColleagueCref ) | |
Copy constructor. | |
virtual | ~ListColleague ( void ) |
Virtual destructor. | |
ListColleagueRef | operator= ( ListColleagueCref ) |
Assignment operator. | |
bool | operator== ( ListColleagueCref ) const |
Equality test. | |
virtual void | getEventsGenerated ( corelinux::EventIdentifiersRef ) |
Implementation defined to return the identifiers of the events that this Colleague generates. More... | |
virtual void | getInterestedEvents ( corelinux::EventIdentifiersRef ) |
Implementation defined to return the identifiers of the events that this Colleague is interested in. More... | |
void | initialize ( void ) |
Called once to get the list ready. More... | |
virtual void | action ( corelinux::Event<corelinux::Identifier> * ) |
Called by the mediator when another Colleague has generated an event that this colleague instance is interested in. More... |
|
Called by the mediator when another Colleague has generated an event that this colleague instance is interested in.
Reimplemented from corelinux::Colleague. |
|
Implementation defined to return the identifiers of the events that this Colleague generates.
Reimplemented from corelinux::Colleague. |
|
Implementation defined to return the identifiers of the events that this Colleague is interested in.
Reimplemented from corelinux::Colleague. |
|
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! |