Class OnRuleEngineInitializedEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<RuleEngineInitializedEvent>
de.hybris.platform.ruleengine.event.OnRuleEngineInitializedEventListener
- All Implemented Interfaces:
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 handle
RuleEngineInitializedEvent-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigurationServiceprotected RuleEngineServiceprotected RulesModuleDaoprotected 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
-
Constructor Details
-
OnRuleEngineInitializedEventListener
public OnRuleEngineInitializedEventListener()
-
-
Method Details
-
onEvent
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
-
setPlatformRuleEngineService
-
getRulesModuleDao
-
setRulesModuleDao
-
getConfigurationService
-
setConfigurationService
-