javax.imageio.event

Interface IIOReadWarningListener

public interface IIOReadWarningListener extends EventListener

Method Summary
voidwarningOccurred(ImageReader source, String warning)
Reports the occurrence of a non-fatal error in decoding.

Method Detail

warningOccurred

public void warningOccurred(ImageReader source, String warning)
Reports the occurrence of a non-fatal error in decoding. Decoding will continue after this method is called.

Parameters: source the ImageReader object calling this method warning the warning