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
|
void |
invoke(T event)
Invokes the event
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.