public class DatahubAdapterTestListener extends AbstractEventListener<DatahubAdapterImportEvent>
| Constructor and Description |
|---|
DatahubAdapterTestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(DatahubAdapterImportEvent event) |
List<DatahubAdapterImportEvent> |
getEvents() |
protected void |
onEvent(DatahubAdapterImportEvent event)
This method is called by
AbstractEventListener#onApplicationEvent(ApplicationEvent) and processes the
given event. |
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantServicepublic List<DatahubAdapterImportEvent> getEvents()
public void addEvent(DatahubAdapterImportEvent event)
protected void onEvent(DatahubAdapterImportEvent event)
AbstractEventListenerAbstractEventListener#onApplicationEvent(ApplicationEvent) and processes the
given event.onEvent in class AbstractEventListener<DatahubAdapterImportEvent>event - the event to be processed#onApplicationEvent(ApplicationEvent)Copyright © 2017 SAP SE. All Rights Reserved.