Definition of the callback method for when a user added event fires. More...
#include <MamaQueueEventCallback.h>
Public Member Functions | |
virtual | ~MamaQueueEventCallback () |
virtual void | onEvent (MamaQueue &queue, void *closure)=0 |
Invoked when a user event, added by MamaQueue.enqueueEvent() fires. More... | |
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.
|
pure virtual |
Invoked when a user event, added by MamaQueue.enqueueEvent()
fires.
queue | The MamaQueue on which the event was enqueued. |
closure | The user specified data associated with this event. |