Home | History | Annotate | Download | only in monitor

Lines Matching defs:output

109         StringBuilder output = new StringBuilder();
117 output.append(text);
118 handler.output(currentOutcome, text);
126 handler.output(currentOutcome, "");
130 handler.finish(new Outcome(currentOutcome, currentResult, output.toString()));
131 output.delete(0, output.length());
161 * Receive partial output from an action being executed.
163 void output(String outcomeName, String output);