Class DatahubAdapterTestListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<DatahubAdapterImportEvent>
com.hybris.datahub.core.facades.impl.DatahubAdapterTestListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<DatahubAdapterImportEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidonEvent(DatahubAdapterImportEvent event) This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
DatahubAdapterTestListener
public DatahubAdapterTestListener()
-
-
Method Details
-
getEvents
-
addEvent
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<DatahubAdapterImportEvent>- Parameters:
event- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-