@java.lang.FunctionalInterface interface Subscriber<T, R>
Functional interface for event listeners
Type Params | Return Type | Name and description |
---|---|---|
|
abstract R |
call(T arg) Calls the event subscriber |