java.awt.event.ActionListener
, java.awt.event.WindowListener
, java.lang.Runnable
, java.util.EventListener
public class ViewConsoleOutputBox
extends java.awt.event.WindowAdapter
implements java.awt.event.WindowListener, java.awt.event.ActionListener, java.lang.Runnable
Constructor | Description |
---|---|
ViewConsoleOutputBox() |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
|
java.lang.String |
readLine(java.io.PipedInputStream in) |
|
void |
run() |
|
void |
windowClosed(java.awt.event.WindowEvent evt) |
|
void |
windowClosing(java.awt.event.WindowEvent evt) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void windowClosed(java.awt.event.WindowEvent evt)
windowClosed
in interface java.awt.event.WindowListener
windowClosed
in class java.awt.event.WindowAdapter
public void windowClosing(java.awt.event.WindowEvent evt)
windowClosing
in interface java.awt.event.WindowListener
windowClosing
in class java.awt.event.WindowAdapter
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
public void run()
run
in interface java.lang.Runnable
public java.lang.String readLine(java.io.PipedInputStream in) throws java.io.IOException
java.io.IOException