com.ngs.image
Interface ImageEventListener

All Known Implementing Classes:
ImagePanel

public interface ImageEventListener

Interface that objects interested in receiving Image-level events should implement.


Method Summary
 void imageChanged(ImageEvent ie)
          The Image state has changed, and the view should be updated.
 void imageError(ImageEvent ie)
          The Image Source, or Model had an error, and the user should be notified.
 

Method Detail

imageChanged

void imageChanged(ImageEvent ie)
The Image state has changed, and the view should be updated.


imageError

void imageError(ImageEvent ie)
The Image Source, or Model had an error, and the user should be notified.