Class SyncEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<AbstractSyncEvent>
com.hybris.backoffice.events.sync.SyncEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<AbstractSyncEvent>
@Deprecated(since="6.6",
forRemoval=true)
public class SyncEventListener
extends AbstractEventListener<AbstractSyncEvent>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protected voidonEvent(AbstractSyncEvent event) Deprecated, for removal: This API element is subject to removal in a future version.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
-
Constructor Details
-
SyncEventListener
public SyncEventListener()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onEvent
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.
-
ProcessEventListenerinstead.