Package com.hybris.backoffice.events
Class BackofficeEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<BackofficeEvent>
-
- com.hybris.backoffice.events.BackofficeEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<BackofficeEvent>
@Deprecated public class BackofficeEventListener extends AbstractEventListener<BackofficeEvent>
Deprecated.since 6.7, extendAbstractEventListenerinstead.PublishesBackofficeEventsent from platform to the cockpit domain.
-
-
Constructor Summary
Constructors Constructor Description BackofficeEventListener()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected EventSendergetBackofficeEventSender()Deprecated.protected voidonEvent(BackofficeEvent event)Deprecated.This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(BackofficeEvent event)
Deprecated.Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<BackofficeEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getBackofficeEventSender
protected EventSender getBackofficeEventSender()
Deprecated.- Returns:
- the backofficeEventSender
-
-