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