org.gvsig.fmap.mapcontrol.dal.feature.swing.table
Interface SelectedFeatureTypeChangeListener

All Known Implementing Classes:
FeatureTypesTablePanel

public interface SelectedFeatureTypeChangeListener

Listener for changes in the selected FeatureType.

Version:
$Id$
Author:
gvSIG Team

Method Summary
 void change(org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.fmap.dal.feature.FeatureType featureType)
          Called when the selected FeatureType changes.
 

Method Detail

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:
BaseException


Copyright © 2004-2013 gvSIG. All Rights Reserved.