Class ListenerCallQueue.Callback<L>
- java.lang.Object
-
- com.google.common.util.concurrent.ListenerCallQueue.Callback<L>
-
- Enclosing class:
- ListenerCallQueue<L>
abstract static class ListenerCallQueue.Callback<L> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
methodCall
-
Constructor Summary
Constructors Constructor Description Callback(java.lang.String methodCall)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
call
abstract void call(L listener)
-
enqueueOn
void enqueueOn(java.lang.Iterable<ListenerCallQueue<L>> queues)
Helper method to add this callback to all the queues.
-
-