Class CommandMonitor

java.lang.Object
java.lang.Thread
org.omegat.core.threads.CommandMonitor
All Implemented Interfaces:
Runnable

public final class CommandMonitor extends Thread
Monitor an external process. Inspired by StreamGobbler from: http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html?page=4 Used to empty the buffers of external commands so they don't lock up.