IMessageListener :: HandleMessage

01 General message handler of a component.
02

[C++] virtual void HandleMessage(Message *pMsg) = 0;
[C#] void HandleMessage(Message msg);

03 Parameters:
  • pMsg / msg: The message to handle.
04 The implementing method receives ownership of the object and handling it shall not block
05 Possible exceptions need to be documented.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Message Sub-System, IMessageListener,

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.