Interface UpdateVOISelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AlgorithmColocalizationRegression, JDialogVOIStats

public interface UpdateVOISelectionListener extends EventListener
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 Type
    Method
    Description
    void
    handles an UpdateVOIEvent as a selection change.
  • Method Details

    • selectionChanged

      void selectionChanged(UpdateVOIEvent newVOIselection)
      handles an UpdateVOIEvent as a selection change.
      Parameters:
      newVOIselection - DOCUMENT ME!