Uses of Class
org.adempiere.base.event.annotations.BaseEventHandler
Packages that use 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
Methods in org.adempiere.base.event with parameters of type BaseEventHandlerModifier and TypeMethodDescriptiondefault booleanIEventManager.register(BaseEventHandler eventHandler) -
Uses of BaseEventHandler in org.adempiere.base.event.annotations
Subclasses of BaseEventHandler in org.adempiere.base.event.annotationsModifier and TypeClassDescriptionfinal classModelEventHandler<T extends PO>Event handler for PO related events.final classEvent handler that delegate toEventDelegateinstance (create for each event call).
This is use byAnnotationBasedEventManagerand usually developer doesn't have to use this class directly. -
Uses of BaseEventHandler in org.adempiere.base.event.annotations.imp
Subclasses of BaseEventHandler in org.adempiere.base.event.annotations.impModifier and TypeClassDescriptionclassEvent handler for import event.
Developers usually don't have to use this class directly; instead, the recommended approach is to subclassImportEventDelegateand use import event topic annotation. -
Uses of BaseEventHandler in org.adempiere.base.event.annotations.process
Subclasses of BaseEventHandler in org.adempiere.base.event.annotations.processModifier and TypeClassDescriptionclassEvent handle for process related event.
Developers usually don't have to use this class directly; instead, the recommended approach is to subclassProcessEventDelegateand use process event topic annotations.