ij
Interface ImageListener

All Known Implementing Classes:
Orthogonal_Views, Recorder

public interface ImageListener

Plugins that implement this interface are notified when an image window is opened, closed or updated.


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)