Package gov.nih.mipav.model.structures
Interface UpdateVOISelectionListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
AlgorithmColocalizationRegression
,JDialogVOIStats
public interface UpdateVOISelectionListener extends java.util.EventListener
UpdateVOISelectionListener
permits objects to listen for updates to aVOI
. This may permit an object to update its view when theVOI
changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
selectionChanged(UpdateVOIEvent newVOIselection)
handles an UpdateVOIEvent as a selection change.
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(UpdateVOIEvent newVOIselection)
handles an UpdateVOIEvent as a selection change.- Parameters:
newVOIselection
- DOCUMENT ME!
-
-