Package com.luciad.layers.features
Interface IFeatureStateObserver
public interface IFeatureStateObserver
Can be used to retrieve notifications for
FeatureState
changes.
See FeatureStateManager
for a usage example.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFeatureStateChanged
(FeatureStateEvent featureStateEvent) Called when the feature states of one or more features has changed.
-
Method Details
-
onFeatureStateChanged
Called when the feature states of one or more features has changed.- Parameters:
featureStateEvent
- the event describing the changes
-