类 GlobalEventListenerConfig

java.lang.Object
cn.jrack.flowable.config.GlobalEventListenerConfig
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

@Configuration public class GlobalEventListenerConfig extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
flowable全局监听配置
作者:
ssc
  • 构造器详细资料

    • GlobalEventListenerConfig

      public GlobalEventListenerConfig()
  • 方法详细资料

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>