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.