interface EventTrigger<T>
Encapsulates the execution of an event
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract Event<T> |
getEvent()
|
|
abstract Subscriber |
getSubscriber()
|
|
abstract java.lang.Object |
proceed()
|