程序包的使用
cn.taketoday.context.event
程序包
说明
Event System
Java 5 annotation for asynchronous method execution.
-
类说明Abstract implementation of the
ApplicationEventMulticasterinterface, providing the basic listener registration facility.Base class for events raised for anApplicationContext.Interface to be implemented by objects that can manage a number ofApplicationListenerobjects and publish events to them.Strategy interface for creatingApplicationListenerfor methods annotated withEventListener.Extended variant of the standardApplicationListenerinterface, exposing further metadata such as the supported event and source type.Extended variant of the standardApplicationListenerinterface, exposing further metadata such as the supported event and source type. -
类说明Interface to be implemented by objects that can manage a number of
ApplicationListenerobjects and publish events to them. -