#include <MamaQueueEventCallback.h>
Name | |
---|---|
virtual | ~MamaQueueEventCallback() |
virtual void | onEvent(MamaQueue & queue, void * closure) =0 |
class Wombat::MamaQueueEventCallback;
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()](classWombat_1_1MamaQueue.html#function-enqueueevent)
. Currently only support by Wombat Middleware.
inline virtual ~MamaQueueEventCallback()
virtual void onEvent(
MamaQueue & queue,
void * closure
) =0
Parameters:
Invoked when a user event, added by [MamaQueue.enqueueEvent()](classWombat_1_1MamaQueue.html#function-enqueueevent)
fires.
Updated on 2023-03-31 at 15:29:25 +0100