Callbacks associated with MamaQueues
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(). |
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:
Updated on 2023-03-31 at 15:29:32 +0100