Class OnKieModuleSwappingEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<KieModuleSwappingEvent>
-
- de.hybris.platform.ruleengine.event.OnKieModuleSwappingEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<KieModuleSwappingEvent>
@Deprecated(since="1811", forRemoval=true) public class OnKieModuleSwappingEventListener extends AbstractEventListener<KieModuleSwappingEvent>Deprecated, for removal: This API element is subject to removal in a future version.since 1811 Event listener to handleKieModuleSwappingEvent
-
-
Constructor Summary
Constructors Constructor Description OnKieModuleSwappingEventListener()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidonEvent(KieModuleSwappingEvent kieModuleSwappingEvent)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
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(KieModuleSwappingEvent kieModuleSwappingEvent)
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<KieModuleSwappingEvent>- Parameters:
kieModuleSwappingEvent- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
-