Interface SelectedFeatureTypeChangeListener


public interface SelectedFeatureTypeChangeListener
Listener for changes in the selected FeatureType.
Version:
$Id$
Author:
gvSIG Team
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    change(org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.fmap.dal.feature.FeatureType featureType)
    Called when the selected FeatureType changes.
  • Method Details

    • change

      void change(org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.fmap.dal.feature.FeatureType featureType)
      Called when the selected FeatureType changes.
      Parameters:
      featureStore - where the FeatureTypes belong to
      featureType - the new selected FeatureType
      Throws:
      org.gvsig.tools.exception.BaseException