java.awt.event.ActionListener, java.awt.event.WindowListener, java.lang.Runnable, java.util.EventListenerpublic 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, waitpublic void windowClosed(java.awt.event.WindowEvent evt)
windowClosed in interface java.awt.event.WindowListenerwindowClosed in class java.awt.event.WindowAdapterpublic void windowClosing(java.awt.event.WindowEvent evt)
windowClosing in interface java.awt.event.WindowListenerwindowClosing in class java.awt.event.WindowAdapterpublic void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed in interface java.awt.event.ActionListenerpublic void run()
run in interface java.lang.Runnablepublic java.lang.String readLine(java.io.PipedInputStream in)
throws java.io.IOException
java.io.IOException