Event

public abstract class Event<T>

Base class for Event implementations.

See also

Parameters

<T>

The listener type.

Functions

invoker
Link copied to clipboard
final T invoker()
Returns the invoker instance.
register
Link copied to clipboard
abstract void register(T listener)
Register a listener to the event.

Sources

jvm source
Link copied to clipboard