ach.image
Interface ImgProdObserver
- All Known Implementing Classes:
- ImagePanel, CatalogPanel
- public interface ImgProdObserver
ImgProdObserver.java Copyright (c) 1997, 1998 Helge Hackbarth
An asynchronous update interface for receiving notifications about
ImageProducer information as the ImageProducer is constructed.
Method Summary |
void |
imageProducerUpdate(java.awt.image.ImageProducer imgSrc,
java.lang.String errorMsg,
ImageInfo imgInfo)
This method is called when information about an imageProducer which was
previously requested using an asynchronous interface becomes
available. |
imageProducerUpdate
public void imageProducerUpdate(java.awt.image.ImageProducer imgSrc,
java.lang.String errorMsg,
ImageInfo imgInfo)
- This method is called when information about an imageProducer which was
previously requested using an asynchronous interface becomes
available. See ImageInfo and ImagePanel as an example for usage.
- See Also:
ImageInfo