IMessageService
Short summary
An interface for message services, which handle messages.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Methods
clear
- Parameters:
message(IMessage): the message which should be cleared from the service
- Return type:
VOID
This method clears the given message from the service.…
handle
- Parameters:
message(IMessage): the message to be handled
- Return type:
VOID
This method handles the given message.…
Code
Declaration
INTERFACE IMessageService EXTENDS CNM_AbstractObject.IObject