#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/facades/MessagingFacade.h>
Definition at line 46 of file MessagingFacade.h.
i6e::api::MessagingFacade::MessagingFacade |
( |
| ) |
|
i6e::api::MessagingFacade::~MessagingFacade |
( |
| ) |
|
This method registers a message type with the given message subscriber and the given Method. It is normally called via the macro ISIXE_REGISTERMESSAGETYPE.
Calling this method directly allows it, that objects let other objects subscribe to certain message types.
- Parameters
-
strMessageType | Name of the new message type. |
objMessageSubscriber | The new receiver of messages of the given type (should be the caller by itself). |
ptrMessageMethod | The name of the method that will be called when a message of a certain type arrives at the receiver. |
void i6e::api::MessagingFacade::unregisterMessageType |
( |
uint16_t |
msgType, |
|
|
core::MessageSubscriber * |
objMessageSubscriber |
|
) |
| |
This method unregisters a message type of the given message subscriber.
- Parameters
-
strMessageType | Name of the new message type. |
objMessageSubscriber | Receiver to be deleted from the subscriber list. |
The documentation for this class was generated from the following file: