Package com.luciad.models.features
Interface IFeatureModelObserver
public interface IFeatureModelObserver
Observer for changes within the feature model.
Allows to get notified about features that have changed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFeatureModelChanged
(FeatureModelEvent featureModelEvent) This method is called to notify that features have changed.
-
Method Details
-
onFeatureModelChanged
This method is called to notify that features have changed.- Parameters:
featureModelEvent
- a model event
-