T
- The type of event to listen topublic interface ListenerInvocation<T>
Modifier and Type | Method and Description |
---|---|
Object |
getTarget()
The listener instance that is notified of events
|
CompletionStage<Void> |
invoke(T event)
Invokes the event
|
CompletionStage<Void> invoke(T event)
event
- Object getTarget()
Copyright © 2021 JBoss by Red Hat. All rights reserved.