T - the type of the parsed DSV line (if no accessor is provided, the
type will be DsvRow)public interface DsvCallback<T>
void get(com.google.gwt.core.client.JavaScriptObject error,
DsvRows<T> data)
error - the error, if any occurs.rows - the rows values, or null if an error occurs.Copyright © 2015 gwt-d3. All rights reserved.