Package com.axelor.data
Interface Listener
public interface Listener
Listener interface provides some events fired by Importer.
-
Method Summary
-
Method Details
-
imported
Invoked when line is imported- Parameters:
bean
- the bean instance mapped to the imported values
-
imported
Invoked when file is imported- Parameters:
total
- the total number of records processedsuccess
- the total number of records successfuly imported
-
handle
Invoked when bean failed managed- Parameters:
bean
- the bean for which import failede
- the cause
-