Class SyncEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<AbstractSyncEvent>
-
- com.hybris.backoffice.events.sync.SyncEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<AbstractSyncEvent>
@Deprecated public class SyncEventListener extends AbstractEventListener<AbstractSyncEvent>
Deprecated.since 6.6, please use theProcessEventListenerinstead.
-
-
Constructor Summary
Constructors Constructor Description SyncEventListener()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DefaultBackofficeEventSendergetBackofficeEventSender()Deprecated.protected voidonEvent(AbstractSyncEvent 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(AbstractSyncEvent event)
Deprecated.Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<AbstractSyncEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getBackofficeEventSender
public DefaultBackofficeEventSender getBackofficeEventSender()
Deprecated.
-
-