Skip to content

Commit

Permalink
Added an IBatchListener and enhanced the IDataLoaderFilter to allow a…
Browse files Browse the repository at this point in the history
… row to be altogether ignored by the CsvLoader (this should help implementors who need to do conflict resolution or data transformations on their own).
  • Loading branch information
chenson42 committed May 18, 2008
1 parent fade865 commit 9c3c547
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -25,6 +25,7 @@
import java.io.OutputStream;
import java.util.List;

import org.jumpmind.symmetric.load.IBatchListener;
import org.jumpmind.symmetric.load.IColumnFilter;
import org.jumpmind.symmetric.load.IDataLoaderFilter;
import org.jumpmind.symmetric.model.Node;
Expand Down Expand Up @@ -67,4 +68,8 @@ public void setTransportManager(ITransportManager transportManager) {

}

public void addBatchListener(IBatchListener listener) {

}

}

0 comments on commit 9c3c547

Please sign in to comment.