Class DefaultSecOrderDeleteEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<DefaultSecDeleteOrderEvent>
-
- com.sap.hybris.sec.eventpublisher.listener.DefaultSecOrderDeleteEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<DefaultSecDeleteOrderEvent>
public class DefaultSecOrderDeleteEventListener extends AbstractEventListener<DefaultSecDeleteOrderEvent>
-
-
Constructor Summary
Constructors Constructor Description DefaultSecOrderDeleteEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationServicegetConfigurationService()PublishergetHciPublisher()protected voidonEvent(DefaultSecDeleteOrderEvent event)This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetConfigurationService(ConfigurationService configurationService)voidsetHciPublisher(Publisher hciPublisher)-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(DefaultSecDeleteOrderEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<DefaultSecDeleteOrderEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getHciPublisher
public Publisher getHciPublisher()
-
setHciPublisher
public void setHciPublisher(Publisher hciPublisher)
-
getConfigurationService
public ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-