Class 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 handle KieModuleSwappingEvent
    • Constructor Detail

      • OnKieModuleSwappingEventListener

        public OnKieModuleSwappingEventListener()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • 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: AbstractEventListener
        This method is called by ApplicationListener.onApplicationEvent(ApplicationEvent) and processes the given event.
        Specified by:
        onEvent in class AbstractEventListener<KieModuleSwappingEvent>
        Parameters:
        kieModuleSwappingEvent - the event to be processed
        See Also:
        ApplicationListener.onApplicationEvent(ApplicationEvent)