Uses of Class
org.adempiere.base.event.annotations.BaseEventHandler
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 annotation for the handling of import event
Provide annotation for process event
-
Uses of BaseEventHandler in org.adempiere.base.event
Modifier and TypeMethodDescriptiondefault boolean
IEventManager.register
(BaseEventHandler eventHandler) -
Uses of BaseEventHandler in org.adempiere.base.event.annotations
Modifier and TypeClassDescriptionfinal class
ModelEventHandler<T extends PO>
Event handler for PO related events.final class
Event handler that delegate toEventDelegate
instance (create for each event call).
This is use byAnnotationBasedEventManager
and usually developer doesn't have to use this class directly. -
Uses of BaseEventHandler in org.adempiere.base.event.annotations.imp
Modifier and TypeClassDescriptionclass
Event handler for import event.
Developers usually don't have to use this class directly; instead, the recommended approach is to subclassImportEventDelegate
and use import event topic annotation. -
Uses of BaseEventHandler in org.adempiere.base.event.annotations.process
Modifier and TypeClassDescriptionclass
Event handle for process related event.
Developers usually don't have to use this class directly; instead, the recommended approach is to subclassProcessEventDelegate
and use process event topic annotations.