Class MerchantRejectedEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
de.hybris.platform.b2bacceleratorservices.event.AbstractOrderEventListener<T>
de.hybris.platform.b2bacceleratorservices.event.AbstractMerchantEventListener<MerchantRejectedEvent>
de.hybris.platform.b2bacceleratoraddon.event.MerchantRejectedEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<MerchantRejectedEvent>
public class MerchantRejectedEventListener
extends AbstractMerchantEventListener<MerchantRejectedEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonEvent(MerchantRejectedEvent event) This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.Methods inherited from class de.hybris.platform.b2bacceleratorservices.event.AbstractMerchantEventListener
createOrderHistoryEntryMethods inherited from class de.hybris.platform.b2bacceleratorservices.event.AbstractOrderEventListener
createOrderHistoryEntry, getBusinessProcessService, getI18NService, getModelService, getOrderHistoryService, isCreateSnapshot, setBusinessProcessService, setCreateSnapshot, setI18NService, setModelService, setOrderHistoryService, setSessionLocaleForOrderMethods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
MerchantRejectedEventListener
public MerchantRejectedEventListener()
-
-
Method Details
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<MerchantRejectedEvent>- Parameters:
event- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-