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

IIOReadWarningListener

public interface IIOReadWarningListener implements EventListener
The IIOReadWarningListener provides methods to receive notification of warning messages generated by image and thumbnail reading methods.
since
Android 1.0

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

param
source the ImageReader object which calls this method.
param
warning the string describing the warning.