789101112131415
@Override protected void execute(AsyncCallback<Boolean> callback) { String[] args = getArgs(); for(String path : args) { run(new TextEditor(getAbsolutePath(path))); } callback.onSuccess(true); }