Interface PathObjectHierarchyListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AnnotationPane
,ImageData
,PathObjectGridView
,PathObjectHierarchyView
,QuPathViewer
,QuPathViewerPlus
,SelectedMeasurementTableView
,UndoRedoManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A listener for modifications to a
PathObjectHierarchy
(i.e. objects added, removed, classified etc.)- Author:
- Pete Bankhead
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notify listeners of a change in the hierarchy or its objects.
-
Method Details
-
hierarchyChanged
Notify listeners of a change in the hierarchy or its objects.- Parameters:
event
-
-