Uses of Package
org.adempiere.base.event.annotations.process
Package
Description
Provide annotation for process event
-
ClassDescriptionEvent delegate for handling of process event.
To handle a process related event topic, create a sub class of this and uses the process annotation (AfterProcess, BeforeProcess or PostProcess) to annotate the event handling method.