- Source:
Methods
onEnqueue(box)
onEnqueue is called when a new item has been enqueued by the MailBox.
Parameters:
Name | Type | Description |
---|---|---|
box |
MailBox |
- Source:
MailBoxListener is the interface of classes interested in reacting to enqueue events on the MailBox.
onEnqueue is called when a new item has been enqueued by the MailBox.
Name | Type | Description |
---|---|---|
box |
MailBox |