Home | History | Annotate | Download | only in monitor

Lines Matching defs:handler

41     private Handler handler;
44 public HostMonitor(Log log, Handler handler) {
46 this.handler = handler;
118 handler.output(currentOutcome, text);
120 handler.print(text);
126 handler.output(currentOutcome, "");
127 handler.start(currentOutcome);
130 handler.finish(new Outcome(currentOutcome, currentResult, output.toString()));
148 public interface Handler {