org.geotools.data
Interface FeatureListener

All Superinterfaces:
java.util.EventListener

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).

Version:
$Id: FeatureListener.java,v 1.2 2003/11/04 00:28:49 cholmesny Exp $
Author:
Jody Garnett

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 © 1996-2003 GeoTools. All Rights Reserved.