Dispatcher::MessageQueue
Engine/source/util/messaging/dispatcher.h
Internal class for tracking message queues.
Public Attributes
Public Functions
bool
dispatchMessage(const char * event, const char * data)
bool
dispatchMessageObject(Message * msg)
bool
isEmpty()
Detailed Description
Internal class for tracking message queues.
Public Attributes
VectorPtr< IMessageListener * > mListeners
StringTableEntry mQueueName
Public Functions
MessageQueue()
dispatchMessage(const char * event, const char * data)
dispatchMessageObject(Message * msg)
isEmpty()