Back to Exoplayer

ListenerSet.IterationFinishedEvent (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/util/ListenerSet.IterationFinishedEvent.html

latest1.5 KB
Original Source

Package com.google.android.exoplayer2.util

Interface ListenerSet.IterationFinishedEvent<T>

  • Type Parameters:T - The listener type.Enclosing class:ListenerSet<T extends @NonNull Object>

public static interfaceListenerSet.IterationFinishedEvent\<T\>

An event sent to a listener when all other events sent during one Looper 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. |

Method Detail

- 

invoke

void invoke​([T](ListenerSet.IterationFinishedEvent.html "type parameter in ListenerSet.IterationFinishedEvent")listener,[FlagSet](FlagSet.html "class in com.google.android.exoplayer2.util")eventFlags)

Invokes the iteration finished event. Parameters:listener - The listener to invoke the event on.eventFlags - The combined event flags of all events sent in this iteration.