Interface SelectedFeatureTypeChangeListener
public interface SelectedFeatureTypeChangeListener
Listener for changes in the selected
FeatureType.- Version:
- $Id$
- Author:
- gvSIG Team
-
Method Summary
Modifier and TypeMethodDescriptionvoidchange(org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.fmap.dal.feature.FeatureType featureType) Called when the selectedFeatureTypechanges.
-
Method Details
-
change
void change(org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.fmap.dal.feature.FeatureType featureType) Called when the selectedFeatureTypechanges.- Parameters:
featureStore- where theFeatureTypes belong tofeatureType- the new selectedFeatureType- Throws:
org.gvsig.tools.exception.BaseException
-