Package org.geotools.api.data
Interface FeatureListener
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoid
changed
(FeatureEvent featureEvent) Gets called when a FeatureEvent is fired.
-
Method Details
-
changed
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
-