Uses of Package
org.adempiere.base.event.annotations
Package
Description
Provide interface and classes for working with and handling different types of OSGi events
Provide classes and annotation for OSGi event handling.
Provide method annotations for handling of document action and posting events
Provide annotation for the handling of import event
Provide annotation for model (PO) event.
Provide annotation for process event
-
ClassDescriptionBase class for event handler that works with annotation driven event delegate (
EventTopicDelegate
). -
ClassDescriptionMethod annotation for handling of after login eventBase class for event handler that works with annotation driven event delegate (
EventTopicDelegate
).Annotation driven event delegate base class that works together withBaseEventHandler
.
Subclass implementation doesn't have to be thread safe as event delegate is create and throw away for each event call.
Subclass should useEventTopic
or one of its derived annotation to define the event topic to handle.Method annotation for OSGi event topic.Event delegate for PO related event.
To handle a model event, create a subclass of this and uses the model event annotation (BeforeChange, BeforeComplete, etc) to annotate the event handling method.Method annotation for handling of send request email event -
ClassDescriptionAnnotation driven event delegate base class that works together with
BaseEventHandler
.
Subclass implementation doesn't have to be thread safe as event delegate is create and throw away for each event call.
Subclass should useEventTopic
or one of its derived annotation to define the event topic to handle.Method annotation for OSGi event topic.Event delegate for PO related event.
To handle a model event, create a subclass of this and uses the model event annotation (BeforeChange, BeforeComplete, etc) to annotate the event handling method. -
ClassDescriptionBase class for event handler that works with annotation driven event delegate (
EventTopicDelegate
).Annotation driven event delegate base class that works together withBaseEventHandler
.
Subclass implementation doesn't have to be thread safe as event delegate is create and throw away for each event call.
Subclass should useEventTopic
or one of its derived annotation to define the event topic to handle.Method annotation for OSGi event topic. -
-
ClassDescriptionBase class for event handler that works with annotation driven event delegate (
EventTopicDelegate
).Annotation driven event delegate base class that works together withBaseEventHandler
.
Subclass implementation doesn't have to be thread safe as event delegate is create and throw away for each event call.
Subclass should useEventTopic
or one of its derived annotation to define the event topic to handle.Method annotation for OSGi event topic.