edu.indiana.iucbrf.feature.event
Class FeatureCollectionAdapter

java.lang.Object
  extended by edu.indiana.iucbrf.feature.event.FeatureCollectionAdapter
All Implemented Interfaces:
FeatureCollectionListener, java.io.Serializable, java.util.EventListener

public class FeatureCollectionAdapter
extends java.lang.Object
implements FeatureCollectionListener

A 'do nothing' adapter for use as inner classes templates.

See Also:
Serialized Form

Constructor Summary
protected FeatureCollectionAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureCollectionAdapter

protected FeatureCollectionAdapter()
Method Detail

featureRemoved

public void featureRemoved(FeatureCollectionEvent list_event)
Specified by:
featureRemoved in interface FeatureCollectionListener

featureAdded

public void featureAdded(FeatureCollectionEvent cle)
Specified by:
featureAdded in interface FeatureCollectionListener

featureChanged

public void featureChanged(FeatureCollectionEvent list_event)
Specified by:
featureChanged in interface FeatureCollectionListener

featureReplaced

public void featureReplaced(FeatureCollectionEvent list_event)
Specified by:
featureReplaced in interface FeatureCollectionListener

featuresCleared

public void featuresCleared(FeatureCollectionEvent list_event)
Specified by:
featuresCleared in interface FeatureCollectionListener