Dispatcher::MessageQueue Struct Reference [Message System]

#include <dispatcher.h>

List of all members.


Detailed Description

Internal class for tracking message queues.


Public Member Functions

 MessageQueue ()
bool isEmpty ()
bool dispatchMessage (const char *event, const char *data)
bool dispatchMessageObject (Message *msg)

Public Attributes

StringTableEntry mQueueName
VectorPtr< IMessageListener * > mListeners


Constructor & Destructor Documentation

Dispatcher::MessageQueue::MessageQueue (  )  [inline]


Member Function Documentation

bool Dispatcher::MessageQueue::isEmpty (  )  [inline]

bool Dispatcher::MessageQueue::dispatchMessage ( const char *  event,
const char *  data 
) [inline]

bool Dispatcher::MessageQueue::dispatchMessageObject ( Message msg  )  [inline]


Member Data Documentation