interface Subscriber<T, R>
Functional interface for event listeners
abstract R
call(T arg)
Calls the event subscriber
arg
Groovy Documentation