Interface PathObjectSelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AnnotationPane, PathObjectHierarchyView, QuPathViewer, QuPathViewerPlus, SelectedMeasurementTableView

public interface PathObjectSelectionListener extends EventListener
A listener to selection changes within a PathObjectSelectionModel.
Author:
Pete Bankhead
  • Method Details

    • selectedPathObjectChanged

      void selectedPathObjectChanged(PathObject pathObjectSelected, PathObject previousObject, Collection<PathObject> allSelected)
      Fired when the selected objects have changed.
      Parameters:
      pathObjectSelected - the primary selected object
      previousObject - the previous primary selected object
      allSelected - all currently selected objects (including the primary)