public class PrintStreamListenerOutput
extends java.lang.Object
PrintStreamListener.| Constructor and Description |
|---|
PrintStreamListenerOutput(PrintStreamListener.PrintStreamListenerType type,
java.lang.String lineOutput)
Instantiates a new prints the stream listener output.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLineOutput()
Returns the line output.
|
PrintStreamListener.PrintStreamListenerType |
getPrintStreamListenerType()
Returns the prints the stream listener type.
|
public PrintStreamListenerOutput(PrintStreamListener.PrintStreamListenerType type, java.lang.String lineOutput)
type - the PrintStreamListenerTypelineOutput - the line outputpublic PrintStreamListener.PrintStreamListenerType getPrintStreamListenerType()
public java.lang.String getLineOutput()