Android Studio Sign in

ListenerSet.Event


public interface ListenerSet.Event<T>


An event sent to a listener.

Parameters
<T>

The listener type.

Summary

Public methods

abstract void
invoke(T listener)

Invokes the event notification on the given listener.

Public methods

invoke

abstract void invoke(T listener)

Invokes the event notification on the given listener.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.