Listener

UDA that can be used on a Plugin, informing it that the function will handle all events of type T.

Listener
(
T
EmitterOrder order = EmitterOrder.UNSPECIFIED
)
(
)

Parameters

T

Event type to listen for

Meta