Skip to main content

IMessageService

Short summary

An interface for message services, which handle messages.

AccessAbstractFinalExtendsImplements
-NoNoCNM_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