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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeatureChange(FeatureChange featureChange) Adds a feature change to the model event.voidclose()protected voidfinalize()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:
closein 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.
-