public interface Listener
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Model bean,
Exception e)
Invoked when bean failed managed
|
void |
imported(Integer total,
Integer success)
Invoked when file is imported
|
void |
imported(Model bean)
Invoked when line is imported
|
void imported(Model bean)
bean - the bean instance mapped to the imported valuesvoid imported(Integer total, Integer success)
total - the total number of records processedsuccess - the total number of records successfuly imported