edu.indiana.iucbrf.feature.event
Interface FeatureCollectionListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
BayesianConsistentRegionAggregate, FeatureCollectionAdapter, OracleRegionAggregate, RegionAggregate

public interface FeatureCollectionListener
extends java.util.EventListener, java.io.Serializable

The 'contract' for being told about changes to a FeatureCollection.


Method Summary
 void featureAdded(FeatureCollectionEvent cle)
           
 void featureChanged(FeatureCollectionEvent list_event)
           
 void featureRemoved(FeatureCollectionEvent list_event)
           
 void featureReplaced(FeatureCollectionEvent list_event)
           
 void featuresCleared(FeatureCollectionEvent list_event)
           
 

Method Detail

featureAdded

void featureAdded(FeatureCollectionEvent cle)

featureRemoved

void featureRemoved(FeatureCollectionEvent list_event)

featureReplaced

void featureReplaced(FeatureCollectionEvent list_event)

featureChanged

void featureChanged(FeatureCollectionEvent list_event)

featuresCleared

void featuresCleared(FeatureCollectionEvent list_event)