Class ProcessEventDelegate
java.lang.Object
org.adempiere.base.event.annotations.EventDelegate
org.adempiere.base.event.annotations.process.ProcessEventDelegate
Event 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.
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.
- Author:
- hengsin
-
Field Summary
Fields inherited from class org.adempiere.base.event.annotations.EventDelegate
event
-
Constructor Summary
-
Method Summary
Methods inherited from class org.adempiere.base.event.annotations.EventDelegate
getEvent
-
Constructor Details
-
ProcessEventDelegate
public ProcessEventDelegate(org.osgi.service.event.Event event)
-
-
Method Details
-
getProcessInfo
Get process info- Returns:
ProcessInfo
-