com.vistech.jai.imageio
Interface PlanarImageLoadedListener

All Superinterfaces:
java.util.EventListener

public interface PlanarImageLoadedListener
extends java.util.EventListener

The listener interface for the planarImageLoaded event.

Version:
1.0 21 Jan 2000
Author:
Lawrence Rodrigues

Method Summary
 void imageLoaded(PlanarImageLoadedEvent e)
          Called when a planarImageLoaded event is fired.
 

Method Detail

imageLoaded

public void imageLoaded(PlanarImageLoadedEvent e)
Called when a planarImageLoaded event is fired.
Parameters:
e - the PlanarImageLoadedEvent object which carries the PlanarImage object loaded by the source.