Package ij.gui

Interface RoiListener

All Known Implementing Classes:
EventListener, HistogramWindow, PlotWindow

public interface RoiListener
Plugins that implement this interface are notified when an ROI is created, modified or deleted. The Plugins/Utilities/Monitor Events command uses this interface.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int COMPLETED  
    static int CREATED  
    static int DELETED  
    static int EXTENDED  
    static int MODIFIED  
    static int MOVED  
  • Method Summary

    Modifier and Type Method Description
    void roiModified​(ImagePlus imp, int id)