Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
MessageQueueStatusThread::StatusListener Class ReferenceAn 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). More...
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
destructor -- does nothing Definition at line 22 of file MessageQueueStatusThread.h. 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 v5.1CVS |
Generated Mon May 9 04:59:13 2016 by Doxygen 1.6.3 |