Interface PathObjectSelectionListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- AnnotationPane,- PathObjectHierarchyView,- QuPathViewer,- QuPathViewerPlus,- SelectedMeasurementTableView
A listener to selection changes within a PathObjectSelectionModel.
- 
Method SummaryModifier and TypeMethodDescriptionvoidselectedPathObjectChanged(PathObject pathObjectSelected, PathObject previousObject, Collection<PathObject> allSelected) Fired when the selected objects have changed.
- 
Method Details- 
selectedPathObjectChangedvoid 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)
 
 
-