public interface DataImportComponent
| Modifier and Type | Method and Description |
|---|---|
void |
doAfter(Object... args)
To be executed after the main component method is called for the last time.
|
void |
doBefore(Object... args)
To be executed before the main component method is first called.
|
void doBefore(Object... args) throws DataImportException
args - an array of objects of any type.DataImportExceptionvoid doAfter(Object... args) throws DataImportException
args - an array of objects of any type.DataImportExceptionCopyright © 2016. All rights reserved.