public interface EventObserver
ServiceDomain.addEventObserver() .
Event notification can be synchronous or asynchronous, so Observer implementations
should not rely on specific behavior.
Modifier and Type | Method and Description |
---|---|
void |
notify(EventObject event)
Notification that an event has occurred.
|
void notify(EventObject event)
event
- event notificationCopyright © 2013–2021 JBoss by Red Hat. All rights reserved.