Class QuoteCancelEventListener

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<QuoteCancelEvent>
de.hybris.platform.yacceleratorcore.event.QuoteCancelEventListener
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<QuoteCancelEvent>

public class QuoteCancelEventListener extends AbstractEventListener<QuoteCancelEvent>
Event Listener for QuoteCancelEvent. This Event Listener starts the quote post cancellation process.
  • Constructor Details

    • QuoteCancelEventListener

      public QuoteCancelEventListener()
  • Method Details

    • onEvent

      protected void onEvent(QuoteCancelEvent event)
      Description copied from class: AbstractEventListener
      This method is called by ApplicationListener.onApplicationEvent(ApplicationEvent) and processes the given event.
      Specified by:
      onEvent in class AbstractEventListener<QuoteCancelEvent>
      Parameters:
      event - the event to be processed
      See Also:
      • ApplicationListener.onApplicationEvent(ApplicationEvent)
    • getBusinessProcessService

      protected BusinessProcessService getBusinessProcessService()
    • setBusinessProcessService

      public void setBusinessProcessService(BusinessProcessService businessProcessService)
    • getModelService

      protected ModelService getModelService()
    • setModelService

      public void setModelService(ModelService modelService)