org.openide.windows
Interface OutputListener

All Superinterfaces:
EventListener

public interface OutputListener
extends EventListener

Listener to actions taken on a line in the Output Window.


Method Summary
 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.
 

Method Detail

outputLineSelected

public void outputLineSelected(OutputEvent ev)
Called when a line is selected.
Parameters:
ev - the event describing the line

outputLineAction

public void outputLineAction(OutputEvent ev)
Called when some sort of action is performed on a line.
Parameters:
ev - the event describing the line

outputLineCleared

public void outputLineCleared(OutputEvent ev)
Called when a line is cleared from the buffer of known lines.
Parameters:
ev - the event describing the line


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.