org.geotools.swing
Interface TextReporterListener

All Known Implementing Classes:
InfoTool

public interface TextReporterListener

Implemented by objects that wish to receive events published by a JTextReporter.

Since:
2.6
Author:
Michael Bedward
Module:

Method Summary
 void onReporterClosed(WindowEvent ev)
          Called by the reporter when it is being closed
 void onReporterUpdated(int newTextStartLine)
          Called by the text reporter when text has been appended
 

Method Detail

onReporterClosed

void onReporterClosed(WindowEvent ev)
Called by the reporter when it is being closed

Parameters:
ev - the window event issued by the system

onReporterUpdated

void onReporterUpdated(int newTextStartLine)
Called by the text reporter when text has been appended

Parameters:
newTextStartLine - the line number at which the newly appended text begins


Copyright © 1996-2010 Geotools. All Rights Reserved.