public interface EventService
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ApplicationListener> |
getEventListeners() |
void |
publishEvent(AbstractEvent event)
|
boolean |
registerEventListener(ApplicationListener listener)
Register the given
ApplicationListener to the event service. |
boolean |
unregisterEventListener(ApplicationListener listener)
Removes the given
ApplicationListener from the event service. |
void publishEvent(AbstractEvent event)
event - the eventboolean registerEventListener(ApplicationListener listener)
ApplicationListener to the event service.listener - the listener to be registerboolean unregisterEventListener(ApplicationListener listener)
ApplicationListener from the event service.listener - the listener to be unregisterjava.util.Set<ApplicationListener> getEventListeners()
ApplicationListenersCopyright © 2018 SAP SE. All Rights Reserved.