Package org.geotools.swing.dialog
Interface TextReporterListener
-
- All Known Implementing Classes:
InfoTool
public interface TextReporterListener
Implemented by objects that wish to receive events published byJTextReporter
.- Since:
- 2.6
- Author:
- Michael Bedward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onReporterClosed()
Called by the text reporter when it is being closedvoid
onReporterUpdated()
Called by the text reporter when text has been appended
-