Package org.adempiere.base.event.annotations.imp
package org.adempiere.base.event.annotations.imp
Provide annotation for the handling of import event
-
ClassDescriptionMethod annotation for after import eventMethod annotation for after validate eventMethod annotation for before import eventMethod annotation for before validate eventEvent 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.Event handler for import event.
Developers usually don't have to use this class directly; instead, the recommended approach is to subclassImportEventDelegate
and use import event topic annotation.