Class C4CQuoteCancelEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<C4CQuoteCancelEvent>
-
- de.hybris.platform.sap.c4c.quote.events.C4CQuoteCancelEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<C4CQuoteCancelEvent>
public class C4CQuoteCancelEventListener extends AbstractEventListener<C4CQuoteCancelEvent>
-
-
Constructor Summary
Constructors Constructor Description C4CQuoteCancelEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BusinessProcessServicegetBusinessProcessService()protected ModelServicegetModelService()protected voidonEvent(C4CQuoteCancelEvent event)This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetBusinessProcessService(BusinessProcessService businessProcessService)voidsetModelService(ModelService modelService)-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(C4CQuoteCancelEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<C4CQuoteCancelEvent>- 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)
-
-