Back to Exoplayer

ListenerSet.Event (ExoPlayer library)

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

latest993 B
Original Source

Package com.google.android.exoplayer2.util

Interface ListenerSet.Event<T>

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

public static interfaceListenerSet.Event\<T\>

An event sent to a listener.

Method Summary

All Methods Instance Methods Abstract Methods | Modifier and Type | Method | Description | | --- | --- | --- | | void | invoke​(T listener) | Invokes the event notification on the given listener. |

Method Detail

- 

invoke

void invoke​([T](ListenerSet.Event.html "type parameter in ListenerSet.Event")listener)

Invokes the event notification on the given listener.