public interface

ListenerSet.Event<T>

 androidx.media3.common.util.ListenerSet.Event<T>

Overview

An event sent to a listener.

Summary

Methods
public voidinvoke(java.lang.Object listener)

Invokes the event notification on the given listener.

Methods

public void invoke(java.lang.Object listener)

Invokes the event notification on the given listener.