javax.imageio.event
Interface IIOReadWarningListener

All Superinterfaces:
EventListener

public interface IIOReadWarningListener
extends EventListener


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

Method Detail

warningOccurred

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