Arch Sub-System: Group - GroupMessenger |
01 | This class implements data transportation with the group with the messaging system. |
02 |
[C++] class GroupMessenger: public Group, public IMessageListener |
03 |
Public Methods
|
04 |
Protected Methods
|
05 |
This class reimplements the group callbacks and generates corresponding messages
(from the Arch message group) to notify the events. For data transmission, dedicated messages act as wrapper around transported messages, specifying extra information. |
06 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Group Sub-System, Group |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |