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)
          Notify the listener that the text reporter is being closed
 

Method Detail

onReporterClosed

void onReporterClosed(WindowEvent ev)
Notify the listener that the text reporter is being closed

Parameters:
ev - the window event


Copyright © 1996-2009 Geotools. All Rights Reserved.