org.geotools.data
Interface FeatureListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ExportProcessCard

public interface FeatureListener
extends java.util.EventListener

Interface to be implemented by all listeners of FeatureEvents.

Event notification is based on p[roviding the Envelope of the modification (if known).

Since:
GeoTools 2.0
Author:
Jody Garnett, Refractions Research, Inc.

Method Summary
 void changed(FeatureEvent featureEvent)
          Gets called when a FeatureEvent is fired.
 

Method Detail

changed

public void changed(FeatureEvent featureEvent)
Gets called when a FeatureEvent is fired.

Typically fired to signify that a change has occurred in the DataStore backing the FeatureSource.

Parameters:
featureEvent - The FeatureEvent being fired


Copyright © GeoTools. All Rights Reserved.