Package com.hybris.backoffice.events
Class AfterInitializationEndBackofficeListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
com.hybris.backoffice.events.AbstractBackofficeEventListener<AfterInitializationEndEvent>
com.hybris.backoffice.events.AfterInitializationEndBackofficeListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<AfterInitializationEndEvent>
public class AfterInitializationEndBackofficeListener
extends AbstractBackofficeEventListener<AfterInitializationEndEvent>
Listener for
AfterInitializationEndEvent event-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hybris.backoffice.events.AbstractBackofficeEventListener
isCallbackRegistered, onEvent, registerCallback, unregisterCallbackMethods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
AfterInitializationEndBackofficeListener
public AfterInitializationEndBackofficeListener()
-