Package org.adempiere.base.event.annotations.process
package org.adempiere.base.event.annotations.process
Provide annotation for process event
-
ClassDescriptionMethod annotation for after process eventMethod annotation for before process eventMethod annotation for post process eventEvent 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.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.