org.geotools.swing.dialog
Interface TextReporterListener

All Known Implementing Classes:
InfoTool

public interface TextReporterListener

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

Since:
2.6
Author:
Michael Bedward

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

Method Detail

onReporterClosed

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


onReporterUpdated

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



Copyright © 1996-2014 Geotools. All Rights Reserved.