Interface PathObjectSelectionListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AnnotationPane,PathObjectHierarchyView,QuPathViewer,QuPathViewerPlus,SelectedMeasurementTableView
A listener to selection changes within a PathObjectSelectionModel.
-
Method Summary
Modifier and TypeMethodDescriptionvoidselectedPathObjectChanged(PathObject pathObjectSelected, PathObject previousObject, Collection<PathObject> allSelected) Fired when the selected objects have changed.
-
Method Details
-
selectedPathObjectChanged
void selectedPathObjectChanged(PathObject pathObjectSelected, PathObject previousObject, Collection<PathObject> allSelected) Fired when the selected objects have changed.- Parameters:
pathObjectSelected- the primary selected objectpreviousObject- the previous primary selected objectallSelected- all currently selected objects (including the primary)
-