Uses of Package
org.adempiere.base.event.annotations.imp
Packages that use org.adempiere.base.event.annotations.imp
Package
Description
Provide annotation for the handling of import event
-
Classes in org.adempiere.base.event.annotations.imp used by org.adempiere.base.event.annotations.impClassDescriptionEvent 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.