abstract static class ListenerCallQueue.Callback<L>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
methodCall |
Constructor and Description |
---|
Callback(java.lang.String methodCall) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
call(L listener) |
(package private) void |
enqueueOn(java.lang.Iterable<ListenerCallQueue<L>> queues)
Helper method to add this callback to all the queues.
|
abstract void call(L listener)
void enqueueOn(java.lang.Iterable<ListenerCallQueue<L>> queues)