接口的使用
xyz.xiezc.ioc.starter.event.ApplicationListener
-
使用ApplicationListener的程序包 程序包 说明 xyz.xiezc.ioc.starter.common.context xyz.xiezc.ioc.starter.common.context.impl xyz.xiezc.ioc.starter.common.cron -
-
xyz.xiezc.ioc.starter.common.context中ApplicationListener的使用
返回变量类型为ApplicationListener的类型的xyz.xiezc.ioc.starter.common.context中的方法 修饰符和类型 方法 说明 List<ApplicationListener>EventPublisherContext. getApplicationListener(String eventName)Add a listener to be notified of all events.参数类型为ApplicationListener的xyz.xiezc.ioc.starter.common.context中的方法 修饰符和类型 方法 说明 voidEventPublisherContext. addApplicationListener(String eventName, ApplicationListener listener)Add a listener to be notified of all events. -
xyz.xiezc.ioc.starter.common.context.impl中ApplicationListener的使用
返回变量类型为ApplicationListener的类型的xyz.xiezc.ioc.starter.common.context.impl中的方法 修饰符和类型 方法 说明 List<ApplicationListener>EventPublisherContextUtil. getApplicationListener(String eventName)参数类型为ApplicationListener的xyz.xiezc.ioc.starter.common.context.impl中的方法 修饰符和类型 方法 说明 voidEventPublisherContextUtil. addApplicationListener(String eventName, ApplicationListener listener) -
xyz.xiezc.ioc.starter.common.cron中ApplicationListener的使用
实现ApplicationListener的xyz.xiezc.ioc.starter.common.cron中的类 修饰符和类型 类 说明 classCronApplicationListener
-