Interface FeatureTypeChangedListener
-
public interface FeatureTypeChangedListener
Defines a method that is called when the FeatureType of an ArcGISFeature changes from one value to another when being edited in a Popup. This can be used to know when to update certain UI elements - for example, showing a different symbol that represents the new feature type.- Since:
- 100.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
featureTypeChanged(FeatureTypeChangedEvent featureTypeChangedEvent)
Invoked when a feature's type is changed.
-
-
-
Method Detail
-
featureTypeChanged
void featureTypeChanged(FeatureTypeChangedEvent featureTypeChangedEvent)
Invoked when a feature's type is changed.- Parameters:
featureTypeChangedEvent
- the change event- Since:
- 100.0.0
-
-