Listener

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

Listener
(
T
)
()

Parameters

T

Event type to listen for

Meta