|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureListener | |
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.jdbc |
Uses of FeatureListener in org.geotools.data |
Methods in org.geotools.data with parameters of type FeatureListener | |
void |
FeatureListenerManager.addFeatureListener(FeatureSource featureSource,
FeatureListener featureListener)
Used by FeaureSource implementations to provide listener support. |
void |
FeatureListenerManager.removeFeatureListener(FeatureSource featureSource,
FeatureListener featureListener)
Used by FeatureSource implementations to provide listener support. |
void |
FeatureSource.addFeatureListener(FeatureListener listener)
Adds a listener to the list that's notified each time a change to the FeatureStore occurs. |
void |
FeatureSource.removeFeatureListener(FeatureListener listener)
Removes a listener from the list that's notified each time a change to the FeatureStore occurs. |
Uses of FeatureListener in org.geotools.data.jdbc |
Methods in org.geotools.data.jdbc with parameters of type FeatureListener | |
void |
JDBCFeatureSource.addFeatureListener(FeatureListener listener)
Adds FeatureListener to the JDBCDataStore against this FeatureSource. |
void |
JDBCFeatureSource.removeFeatureListener(FeatureListener listener)
Remove FeatureListener to the JDBCDataStore against this FeatureSource. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |