Package com.luciad.controllers
Interface ISelectionCandidateCallback
public interface ISelectionCandidateCallback
This callback needs to be called to let
ISelectionCandidateChooser know which (subset of) features should be selected.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFeatures(List<@NotNull LayerFeatureId> layerFeatureIds) This method is called to notify which subset of features should be selected.
-
Method Details
-
handleFeatures
This method is called to notify which subset of features should be selected.- Parameters:
layerFeatureIds- the subset of features that should be selected.
-