jdk/src/share/classes/javax/imageio/event/IIOWriteWarningListener.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    44  *
    44  *
    45  */
    45  */
    46 public interface IIOWriteWarningListener extends EventListener {
    46 public interface IIOWriteWarningListener extends EventListener {
    47 
    47 
    48     /**
    48     /**
    49      * Reports the occurence of a non-fatal error in encoding.  Encoding
    49      * Reports the occurrence of a non-fatal error in encoding.  Encoding
    50      * will continue following the call to this method.  The application
    50      * will continue following the call to this method.  The application
    51      * may choose to display a dialog, print the warning to the console,
    51      * may choose to display a dialog, print the warning to the console,
    52      * ignore the warning, or take any other action it chooses.
    52      * ignore the warning, or take any other action it chooses.
    53      *
    53      *
    54      * @param source the <code>ImageWriter</code> object calling this method.
    54      * @param source the <code>ImageWriter</code> object calling this method.