Definition of the callback method for when a user added event fires.
More...
#include <MamaQueueEventCallback.h>
Detailed Description
Definition of the callback method for when a user added event fires.
Concrete instances of this interface are registered with an event queue using the MamaQueue.enqueueEvent()
. Currently only support by Wombat Middleware.
Constructor & Destructor Documentation
virtual Wombat::MamaQueueEventCallback::~MamaQueueEventCallback |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual void Wombat::MamaQueueEventCallback::onEvent |
( |
MamaQueue & |
queue, |
|
|
void * |
closure |
|
) |
| |
|
pure virtual |
Invoked when a user event, added by MamaQueue.enqueueEvent()
fires.
- Parameters
-
queue | The MamaQueue on which the event was enqueued. |
closure | The user specified data associated with this event. |
The documentation for this class was generated from the following file: