#include <EditColleague.hpp>
Inheritance diagram for EditColleague:

Public Member Functions | |
| EditColleague (ListMediatorPtr) | |
| Default constructor. | |
| EditColleague (EditColleagueCref) | |
| Copy constructor. | |
| virtual | ~EditColleague (void) |
| Virtual destructor. | |
| EditColleagueRef | operator= (EditColleagueCref) |
| Assignment operator. | |
| bool | operator== (EditColleagueCref) const |
| Equality operator. | |
| virtual void | getEventsGenerated (corelinux::EventIdentifiersRef) |
| Implementation defined to return the identifiers of the events that this Colleague generates. | |
| virtual void | getInterestedEvents (corelinux::EventIdentifiersRef) |
| Implementation defined to return the identifiers of the events that this Colleague is interested in. | |
| 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. | |
|
|
Called by the mediator when another Colleague has generated an event that this colleague instance is interested in.
|
|
|
Implementation defined to return the identifiers of the events that this Colleague generates.
Implements corelinux::Colleague. |
|
|
Implementation defined to return the identifiers of the events that this Colleague is interested in.
Implements corelinux::Colleague. |