@Configuration public class ListenerRegister extends Object implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
ListenerRegister() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
registerForActivity()
注册活动的监听器
|
void |
registerForExecution()
注册线程的监听器
|
void |
registerForInstance()
注册流程实例的监听器
|
void |
registerForTask()
注册任务的监听器
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException@PostConstruct public void registerForInstance()
@PostConstruct public void registerForExecution()
@PostConstruct public void registerForActivity()
@PostConstruct public void registerForTask()
Copyright © 2023. All rights reserved.