Class ProcessEventDelegate

java.lang.Object
org.adempiere.base.event.annotations.EventDelegate
org.adempiere.base.event.annotations.process.ProcessEventDelegate

public class ProcessEventDelegate extends EventDelegate
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.
Author:
hengsin
  • Constructor Details

    • ProcessEventDelegate

      public ProcessEventDelegate(org.osgi.service.event.Event event)
  • Method Details