}
});
}
protected void handleImport(final String token) {
GWT.runAsync(AppController.class, new RunAsyncCallback() {
@Override
public void onSuccess() {
final String[] tokens = token.split("\\s+");
if ("import".equals(tokens[1])) {
new CsvImportPresenter(createService, eventBus, new CsvImportView(), tokens[0]).go(container);