public abstract class OutputEvent
extends java.util.EventObject
| Constructor | Description |
|---|---|
OutputEvent(InputOutput src) |
Create an event.
|
| Modifier and Type | Method | Description |
|---|---|---|
InputOutput |
getInputOutput() |
Get the Output Window tab in question.
|
abstract java.lang.String |
getLine() |
Get the text on the line.
|
public OutputEvent(InputOutput src)
src - the tab in questionpublic abstract java.lang.String getLine()
public InputOutput getInputOutput()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.