| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IIOReadWarningListener | |
|---|---|
| javax.imageio | The main package of the Java Image I/O API. | 
| Uses of IIOReadWarningListener in javax.imageio | 
|---|
| Fields in javax.imageio with type parameters of type IIOReadWarningListener | |
|---|---|
| protected  List<IIOReadWarningListener> | ImageReader.warningListenersA Listof currently registeredIIOReadWarningListeners, initialized by default tonull, which is synonymous with an emptyList. | 
| Methods in javax.imageio with parameters of type IIOReadWarningListener | |
|---|---|
|  void | ImageReader.addIIOReadWarningListener(IIOReadWarningListener listener)Adds an IIOReadWarningListenerto the list of
 registered warning listeners. | 
|  void | ImageReader.removeIIOReadWarningListener(IIOReadWarningListener listener)Removes an IIOReadWarningListenerfrom the list of
 registered error listeners. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.