Package com.luciad.edit.features
Interface IFeatureEditCallback
public interface IFeatureEditCallback
A callback interface that can signal that a
Feature
was edited.
This class is used by IEditHandles
implementations to signal changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEdit
(Feature newFeature, ChangeStatus changeStatus) Can be implemented to handle the givenFeature
.