|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface used by ImageReader
implementations to
notify callers of their image and thumbnail reading methods of
warnings (non-fatal errors). Fatal errors cause the relevant
read method to throw an IIOException
.
Localization is handled by associating a Locale
with each IIOReadWarningListener
as it is registered
with an ImageReader
. It is up to the
ImageReader
to provide localized messages.
ImageReader.addIIOReadWarningListener(javax.imageio.event.IIOReadWarningListener)
,
ImageReader.removeIIOReadWarningListener(javax.imageio.event.IIOReadWarningListener)
Method Summary | |
void |
warningOccurred(ImageReader source,
String warning)
Reports the occurence of a non-fatal error in decoding. |
Method Detail |
public void warningOccurred(ImageReader source, String warning)
source
- the ImageReader
object calling this method.warning
- a String
containing the warning.
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.