Classes Files

Wombat::MamaQueueEventCallback

Callbacks associated with MamaQueues

Public Functions

  Name
void onEvent(MamaQueue mamaQueue, object closure)
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().

Public Functions Documentation

function onEvent

void onEvent(
    MamaQueue mamaQueue,
    object closure
)

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().

Parameters:

  • mamaQueue The queue on which the event is being processed.
  • closure Utility object passed into the enqueueEvent function.

Updated on 2023-03-31 at 15:29:32 +0100