Package jmri.util

Class PipeListener

java.lang.Object
java.lang.Thread
jmri.util.PipeListener
All Implemented Interfaces:
Runnable

public class PipeListener extends Thread
Small service class to read characters from a pipe and post them to a JTextArea for display. This expects the pipe to remain open, so has no code to handle a broken pipe gracefully.