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.EventListenerUpdateVOISelectionListenerpermits objects to listen for updates to aVOI. This may permit an object to update its view when theVOIchanges.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChanged(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!
-
-