public void setCaretOffset(int length, boolean async) {
//do nothing
}
},
new ICommandHandler() {
public void handleCommand(String userInput,
ICallback<Object, InterpreterResponse> onResponseReceived,
ICallback<Object, Tuple<String, String>> onContentsReceived) {
commandsHandled.add(userInput);