Package com.luciad.edit.features
Interface IFeatureEditCandidateObserver
public interface IFeatureEditCandidateObserver
Observer that notifies of edit candidate changes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEditCandidatesChanged
(FeatureEditCandidateEvent editCandidateEvent) Used to notify that the edit candidates have changed.
-
Method Details
-
onEditCandidatesChanged
Used to notify that the edit candidates have changed.- Parameters:
editCandidateEvent
- an event that provides more information about the change
-