Contents:
Concrete implementation of the Mediator interface.
Public Functions
Sends a message to a specific colleague.
sender – Pointer to the sending colleague.
message – The message to send.
Adds a colleague to the mediator.
colleague – Pointer to the colleague to add.