Class ImportEventDelegate

java.lang.Object
org.adempiere.base.event.annotations.EventDelegate
org.adempiere.base.event.annotations.imp.ImportEventDelegate

public class ImportEventDelegate extends EventDelegate
Event delegate for import event.
To handle an import event, create a sub class of this and uses the import event annotation (AfterImport, BeforeImport, etc) to annotate the event handling method.
Author:
hengsin
  • Constructor Details

    • ImportEventDelegate

      public ImportEventDelegate(org.osgi.service.event.Event event)
      Parameters:
      event -
  • Method Details