Class OnRuleEngineInitializedEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<RuleEngineInitializedEvent>
-
- de.hybris.platform.ruleengine.event.OnRuleEngineInitializedEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<RuleEngineInitializedEvent>
public class OnRuleEngineInitializedEventListener extends AbstractEventListener<RuleEngineInitializedEvent>
Event listener to handleRuleEngineInitializedEvent
-
-
Constructor Summary
Constructors Constructor Description OnRuleEngineInitializedEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigurationServicegetConfigurationService()protected RuleEngineServicegetPlatformRuleEngineService()protected RulesModuleDaogetRulesModuleDao()protected voidonEvent(RuleEngineInitializedEvent ruleEngineInitializedEvent)This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetConfigurationService(ConfigurationService configurationService)voidsetPlatformRuleEngineService(RuleEngineService ruleEngineService)voidsetRulesModuleDao(RulesModuleDao rulesModuleDao)-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(RuleEngineInitializedEvent ruleEngineInitializedEvent)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<RuleEngineInitializedEvent>- Parameters:
ruleEngineInitializedEvent- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getPlatformRuleEngineService
protected RuleEngineService getPlatformRuleEngineService()
-
setPlatformRuleEngineService
public void setPlatformRuleEngineService(RuleEngineService ruleEngineService)
-
getRulesModuleDao
protected RulesModuleDao getRulesModuleDao()
-
setRulesModuleDao
public void setRulesModuleDao(RulesModuleDao rulesModuleDao)
-
getConfigurationService
protected ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-