#include <SelectColleague.hpp>
Inheritance diagram for SelectColleague


Public Methods | |
| SelectColleague ( ListMediatorPtr ) | |
| Default constructor. | |
| SelectColleague ( SelectColleagueCref ) | |
| Copy constructor. | |
| virtual | ~SelectColleague ( void ) |
| Virtual destructor. | |
| SelectColleagueRef | operator= ( SelectColleagueCref ) |
| Assignment operator. | |
| bool | operator== ( SelectColleagueCref ) const |
| Equality operator. | |
| 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... | |
| bool | getSelection ( void ) |
| Returns true if selection was made. | |
| 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... | |
When this occurs, it fires off an event with a SelectionMemento
|
|
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. |