moo
Class MOOOut


public class MOOOut
implements Runnable

Description of the Class

Author:
igasp
created February 27, 2001

Field Summary
 private booleanm_shutdown
           
 private BufferedReadermooIn
           
 private ThreadmyThread
           

Constructor Summary
MOOOut(BufferedReader in)
          Constructor for the MOOOut object
MOOOut(String sTitle, BufferedReader in)
          Constructor for the MOOOut object

Method Summary
 voidaddTextLine(String txt)
          Adds a feature to the TextLine attribute of the MOOOut object
 static voidmain(String[] args)
          Description of the Method
 voidrun()
          Main processing method for the MOOOut object
 voidsetVisible(boolean b)
          Sets the Visible attribute of the MOOOut object
 voidstart()
          Description of the Method
 voidstop()
          Description of the Method

Field Detail

m_shutdown

private boolean m_shutdown

mooIn

private BufferedReader mooIn

myThread

private Thread myThread
Constructor Detail

MOOOut

public MOOOut(BufferedReader in)
Constructor for the MOOOut object
Parameters:
in - Description of Parameter
Since:

MOOOut

public MOOOut(String sTitle, BufferedReader in)
Constructor for the MOOOut object
Parameters:
sTitle - Description of Parameter
in - Description of Parameter
Since:
Method Detail

addTextLine

public void addTextLine(String txt)
Adds a feature to the TextLine attribute of the MOOOut object
Parameters:
txt - The feature to be added to the TextLine attribute
Since:

main

public static void main(String[] args)
Description of the Method
Parameters:
args - Description of Parameter
Since:

run

public void run()
Main processing method for the MOOOut object
Since:

setVisible

public void setVisible(boolean b)
Sets the Visible attribute of the MOOOut object
Parameters:
b - The new Visible value
Since:

start

public void start()
Description of the Method
Since:

stop

public void stop()
Description of the Method
Since: