invoke

abstract operator fun invoke(target: Any, event: Event)

Invokes the underlying instance handler method.

Parameters

target

the subscriber object on which the handler method is invoked.

event

the event instance being dispatched to the handler.