Class SampleDataImportedEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<SampleDataImportedEvent>
-
- de.hybris.platform.integration.ondemand.sampledata.event.SampleDataImportedEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<SampleDataImportedEvent>
public class SampleDataImportedEventListener extends AbstractEventListener<SampleDataImportedEvent>
Event listener notified when the yacceleratorinitialdata has imported the sample data
-
-
Constructor Summary
Constructors Constructor Description SampleDataImportedEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OndemandSampleDataSystemSetupgetOndemandSampleDataSystemSetup()protected voidonEvent(SampleDataImportedEvent event)This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetOndemandSampleDataSystemSetup(OndemandSampleDataSystemSetup ondemandSampleDataSystemSetup)-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(SampleDataImportedEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<SampleDataImportedEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getOndemandSampleDataSystemSetup
protected OndemandSampleDataSystemSetup getOndemandSampleDataSystemSetup()
-
setOndemandSampleDataSystemSetup
public void setOndemandSampleDataSystemSetup(OndemandSampleDataSystemSetup ondemandSampleDataSystemSetup)
-
-