Mediator declares an interface for communicating with Colleague objects.
More...
#include <Mediator.hpp>
Mediator declares an interface for communicating with Colleague objects.
virtual void corelinux::Mediator::colleagueCreated |
( |
ColleaguePtr |
| ) |
|
|
protectedpure virtual |
colleagueCreated requires a implementation for derivations that need to gather information from the Colleague to distribute action events
- Parameters
-
When action is called on the Mediator, it will ask the implementation for the Colleagues that are interested in the event identified by the identifier.
- Parameters
-
IdentifierCref | key to interested parties |
- Returns
- Iterator over Colleague pointer
Called when action is through with the colleague iteration.
- Parameters
-
The documentation for this class was generated from the following files: