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.

@FunctionalInterface public interface PathObjectHierarchyListener extends EventListener
A listener for modifications to a PathObjectHierarchy (i.e. objects added, removed, classified etc.)
Author:
Pete Bankhead
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notify listeners of a change in the hierarchy or its objects.
  • Method Details

    • hierarchyChanged

      void hierarchyChanged(PathObjectHierarchyEvent event)
      Notify listeners of a change in the hierarchy or its objects.
      Parameters:
      event -