Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
MessageQueueStatusThread::StatusListener Class Reference#include <MessageQueueStatusThread.h>
Detailed DescriptionAn interface to allow you to receive callbacks when a message has been read from a MessageQueue, subscribed via an external class which is monitoring the queue's MessageQueueBase::pollStatus() (e.g. LoadFileThread).Definition at line 19 of file MessageQueueStatusThread.h.
Constructor & Destructor Documentation
Member Function Documentation
Called after a message has been read by all receivers, and thus has been removed from the queue. Don't assume that because you receive this callback there is space in the queue -- an earlier listener may have already added a message, or the queue might have been already waiting to send a message if the queue's overflowPolicy is MessageQueueBase::WAIT
The documentation for this class was generated from the following file: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:32 2007 by Doxygen 1.5.4 |