Graphic interface of wosh::interfaces::various::Gardener bundle interface. More...
#include <H:/WOSH/win32_vc2010/src/framework/gui/bundles/FormGardener.h>
Public Slots | |
IWidget interface | |
| virtual WRESULT | refresh (long options=REFRESH_DEFAULT) |
Public Member Functions | |
| void | busMessage (const Message &message, const Bus *) |
| Method raised by the Bus when it processes a new message. Implementations will probably analyze the message and perform actions. | |
Graphic interface of wosh::interfaces::various::Gardener bundle interface.
Official implementation is wosh::bundles::GardenerBundle
Definition at line 54 of file FormGardener.h.
Method raised by the Bus when it processes a new message. Implementations will probably analyze the message and perform actions.
| [in] | message | the incoming message |
| [in] | source | the source Bus of the incoming message |
Implements wosh::IBusListener.
Definition at line 131 of file FormGardener.cpp.
References wosh::MessageContent::asResponse(), wosh::Message::getContent(), wosh::Message::isEmpty(), and wosh::MessageContent::isResponse().