Class ImportEventDelegate
java.lang.Object
org.adempiere.base.event.annotations.EventDelegate
org.adempiere.base.event.annotations.imp.ImportEventDelegate
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.
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
-
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
-
ImportEventDelegate
public ImportEventDelegate(org.osgi.service.event.Event event) - Parameters:
event
-
-
-
Method Details
-
getImportEventData
Get data object for import event- Returns:
ImportEventData
-