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