com.github.dreamhead.moco.runner
Class MonitorRunner

java.lang.Object
  extended by com.github.dreamhead.moco.runner.MonitorRunner
All Implemented Interfaces:
Runner
Direct Known Subclasses:
ShutdownRunner

public class MonitorRunner
extends java.lang.Object
implements Runner


Constructor Summary
MonitorRunner(Runner runner, MocoRunnerMonitor mocoRunnerMonitor)
           
 
Method Summary
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorRunner

public MonitorRunner(Runner runner,
                     MocoRunnerMonitor mocoRunnerMonitor)
Method Detail

run

public void run()
Specified by:
run in interface Runner

stop

public void stop()
Specified by:
stop in interface Runner