Class DefaultSecAddressDeleteEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<DefaultSecDeleteAddressEvent>
-
- com.sap.hybris.sec.eventpublisher.listener.DefaultSecAddressDeleteEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<DefaultSecDeleteAddressEvent>
public class DefaultSecAddressDeleteEventListener extends AbstractEventListener<DefaultSecDeleteAddressEvent>
-
-
Constructor Summary
Constructors Constructor Description DefaultSecAddressDeleteEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationServicegetConfigurationService()PublishergetHciPublisher()protected voidonEvent(DefaultSecDeleteAddressEvent 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(DefaultSecDeleteAddressEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<DefaultSecDeleteAddressEvent>- 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)
-
-