Class PickupConfirmationEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<PickupConfirmationEvent>
de.hybris.platform.yacceleratorfulfilmentprocess.listeners.PickupConfirmationEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<PickupConfirmationEvent>
Listener for pickup confirmation events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected voidonEvent(PickupConfirmationEvent pickupConfirmationEvent) This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetBusinessProcessService(BusinessProcessService businessProcessService) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
PickupConfirmationEventListener
public PickupConfirmationEventListener()
-
-
Method Details
-
getBusinessProcessService
-
setBusinessProcessService
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<PickupConfirmationEvent>- Parameters:
pickupConfirmationEvent- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-