public interface IIOWriteWarningListener extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
warningOccurred(javax.imageio.ImageWriter source,
int imageIndex,
java.lang.String warning)
Reports the occurrence of a non-fatal error in encoding.
|
void warningOccurred(javax.imageio.ImageWriter source, int imageIndex, java.lang.String warning)
source - the ImageWriter object calling this methodimageIndex - the index of the image generating this warning,
starting with 0warning - the warning