public abstract class AbstractBackofficeEventListener<T extends AbstractEvent> extends AbstractEventListener<T>
| Constructor and Description |
|---|
AbstractBackofficeEventListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCallbackRegistered(ExternalEventCallback<T> callback) |
protected void |
onEvent(T event)
This method is called by
AbstractEventListener#onApplicationEvent(ApplicationEvent) and processes the
given event. |
void |
registerCallback(ExternalEventCallback<T> callback) |
void |
unregisterCallback(ExternalEventCallback<T> callback) |
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantServicepublic void registerCallback(ExternalEventCallback<T> callback)
public void unregisterCallback(ExternalEventCallback<T> callback)
public boolean isCallbackRegistered(ExternalEventCallback<T> callback)
protected void onEvent(T event)
AbstractEventListenerAbstractEventListener#onApplicationEvent(ApplicationEvent) and processes the
given event.onEvent in class AbstractEventListener<T extends AbstractEvent>event - the event to be processed#onApplicationEvent(ApplicationEvent)Copyright © 2017 SAP SE. All Rights Reserved.