moo
Class MOOOut
- public class MOOOut
- implements Runnable
Description of the Class
- Author:
- igasp
- created February 27, 2001
Constructor Summary |
MOOOut(BufferedReader in) Constructor for the MOOOut object |
MOOOut(String sTitle, BufferedReader in) Constructor for the MOOOut object |
Method Summary |
void | addTextLine(String txt) Adds a feature to the TextLine attribute of the MOOOut object |
static void | main(String[] args) Description of the Method |
void | run() Main processing method for the MOOOut object |
void | setVisible(boolean b) Sets the Visible attribute of the MOOOut object |
void | start() Description of the Method |
void | stop() Description of the Method |
m_shutdown
private boolean m_shutdown
mooIn
private BufferedReader mooIn
myThread
private Thread myThread
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:
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: