Package com.luciad.models.features
Class FeatureModelEvent
java.lang.Object
com.luciad.models.features.FeatureModelEvent
- All Implemented Interfaces:
AutoCloseable
Represents a change in the feature model, which may result in a different visual representation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeatureChange
(FeatureChange featureChange) Adds a feature change to the model event.void
close()
protected void
finalize()
List
<@NotNull FeatureChange> Returns the list of feature changes.
-
Constructor Details
-
FeatureModelEvent
public FeatureModelEvent()
-
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
addFeatureChange
Adds a feature change to the model event.- Parameters:
featureChange
- the feature change to add
-
getFeatureChanges
Returns the list of feature changes.- Returns:
- the list of feature changes.
-