public interface EventListener
| Modifier and Type | Method and Description |
|---|---|
String[] |
getEventTypes()
Returns the event types this event listener is interested in.
|
void |
signalEvent(String type,
Object event)
Signals that an event has occurred.
|
void signalEvent(String type, Object event)
type - the type of eventevent - the data associated with this eventString[] getEventTypes()
null if the event types are unknown.Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.