Package gov.nih.mipav.model.structures
Interface UpdateVOISelectionListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AlgorithmColocalizationRegression,JDialogVOIStats
UpdateVOISelectionListener permits objects to listen for updates to a VOI. This may permit
an object to update its view when the VOI changes.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidselectionChanged(UpdateVOIEvent newVOIselection) handles an UpdateVOIEvent as a selection change.
-
Method Details
-
selectionChanged
handles an UpdateVOIEvent as a selection change.- Parameters:
newVOIselection- DOCUMENT ME!
-