Class PickupConfirmationEventListener

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<de.hybris.platform.orderprocessing.events.PickupConfirmationEvent>
de.hybris.platform.b2ctelcofulfillmentprocess.listeners.PickupConfirmationEventListener
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<de.hybris.platform.orderprocessing.events.PickupConfirmationEvent>

public class PickupConfirmationEventListener extends de.hybris.platform.servicelayer.event.impl.AbstractEventListener<de.hybris.platform.orderprocessing.events.PickupConfirmationEvent>
Listener for pickup confirmation events.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected de.hybris.platform.processengine.BusinessProcessService
     
    protected void
    onEvent(de.hybris.platform.orderprocessing.events.PickupConfirmationEvent pickupConfirmationEvent)
     
    void
    setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService)
     

    Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener

    afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PickupConfirmationEventListener

      public PickupConfirmationEventListener()
  • Method Details

    • getBusinessProcessService

      protected de.hybris.platform.processengine.BusinessProcessService getBusinessProcessService()
    • setBusinessProcessService

      public void setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService)
    • onEvent

      protected void onEvent(de.hybris.platform.orderprocessing.events.PickupConfirmationEvent pickupConfirmationEvent)
      Specified by:
      onEvent in class de.hybris.platform.servicelayer.event.impl.AbstractEventListener<de.hybris.platform.orderprocessing.events.PickupConfirmationEvent>