Interface PathObjectHierarchyListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ImageData
- 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.)-
Method Summary
Modifier and TypeMethodDescriptionvoidNotify 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-
-