FileDocCategorySizeDatePackage
IIOWriteWarningListener.javaAPI DocAndroid 1.5 API1651Wed May 06 22:41:54 BST 2009javax.imageio.event

IIOWriteWarningListener

public interface IIOWriteWarningListener implements EventListener
The IIOWriteWarningListener provides methods to receive notification of warnings generated by image and thumbnail writing methods.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voidwarningOccurred(javax.imageio.ImageWriter source, int imageIndex, java.lang.String warning)
Notifies this listener about a warning (non-fatal error) during encoding.

param
source the ImageWriter object which calls this method.
param
imageIndex the index of the image generating the warning.
param
warning the string describing the warning.