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:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<BackofficeEvent>
@Deprecated(since="6.7",
forRemoval=true)
public class BackofficeEventListener
extends AbstractEventListener<BackofficeEvent>
Deprecated, for removal: This API element is subject to removal in a future version.
Publishes
BackofficeEvent sent from platform to the cockpit domain.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected EventSenderDeprecated, for removal: This API element is subject to removal in a future version.protected voidonEvent(BackofficeEvent 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
-
BackofficeEventListener
public BackofficeEventListener()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<BackofficeEvent>- 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.- Returns:
- the backofficeEventSender
-
AbstractEventListenerinstead.