类 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>
-