IMessageListener :: HandleMessage |
| 01 | General message handler of a component. |
| 02 |
[C++] virtual void HandleMessage(Message *pMsg) = 0; |
| 03 |
Parameters:
|
| 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. |