ij
Interface ImageListener

All Known Implementing Classes:
EventListener, HistogramWindow, Orthogonal_Views, PlotWindow, Recorder, SyncWindows, ThresholdAdjuster

public interface ImageListener

Plugins that implement this interface are notified when an image is opened, closed or updated. The Plugins/Utilities/Monitor Events command uses this interface.


Method Summary
 void imageClosed(ImagePlus imp)
           
 void imageOpened(ImagePlus imp)
           
 void imageUpdated(ImagePlus imp)
           
 

Method Detail

imageOpened

void imageOpened(ImagePlus imp)

imageClosed

void imageClosed(ImagePlus imp)

imageUpdated

void imageUpdated(ImagePlus imp)


Copyright © 1997–2015 NIH. All rights reserved.