Class DefaultTenantInitializationListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<AfterTenantInitializationClusterAwareEvent>
-
- de.hybris.platform.servicelayer.internal.tenant.impl.DefaultTenantInitializationListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<AfterTenantInitializationClusterAwareEvent>
public class DefaultTenantInitializationListener extends AbstractEventListener<AfterTenantInitializationClusterAwareEvent>
-
-
Constructor Summary
Constructors Constructor Description DefaultTenantInitializationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonEvent(AfterTenantInitializationClusterAwareEvent event)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(AfterTenantInitializationClusterAwareEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<AfterTenantInitializationClusterAwareEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
-