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 TypeMethodDescriptionvoid
handleFeatures
(List<@NotNull LayerFeatureId> layerFeatureIds) This method is called to notify which subset of features should be selected.