public interface OutputListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
outputLineAction(OutputEvent ev)
Called when some sort of action is performed on a line.
|
void |
outputLineCleared(OutputEvent ev)
Called when a line is cleared from the buffer of known lines.
|
void |
outputLineSelected(OutputEvent ev)
Called when a line is selected.
|
void outputLineSelected(OutputEvent ev)
ev
- the event describing the linevoid outputLineAction(OutputEvent ev)
ev
- the event describing the linevoid outputLineCleared(OutputEvent ev)
ev
- the event describing the lineBuilt on October 19 2013. | Portions Copyright 1997-2013 Sun Microsystems, Inc. All rights reserved.