ImagingListener.java | Interface | An ImagingListener has the capability to report the
abnormal situations in the image processing procedures.
The concrete class either holds the reported information and processes
it, or passes them to other processing or logging mechanisms.
A default ImagingListener resides in an instance of
JAI (by calling the method
setImagingListener ), and can be retrieved by calling
the method getImagingListener . |