5960616263646566676869
if (commandComplete.getFailure() != null) { executionListener.onFailure(commandComplete.getFailure()); } break; } OutputEvent outputEvent = (OutputEvent) object; outputEventListener.onOutput(outputEvent); } } finally { connection.stop(); }