Interface ListenerSet.IterationFinishedEvent<T>
-
- Type Parameters:
T
- The listener type.
- Enclosing class:
- ListenerSet<T extends @NonNull Object>
public static interface ListenerSet.IterationFinishedEvent<T>
An event sent to a listener when all other events sent during oneLooper
message queue iteration were handled by the listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(T listener, FlagSet eventFlags)
Invokes the iteration finished event.
-