ij2x.ui.jai.imageio
Class PlanarImageLoadedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ij2x.ui.jai.imageio.PlanarImageLoadedEvent
All Implemented Interfaces:
java.io.Serializable

public class PlanarImageLoadedEvent
extends java.util.EventObject
implements java.io.Serializable

The event-state class for the planarImageLoaded event.

Version:
1.0 26 Juli 2003
Author:
Mahdi Rawak
See Also:
Serialized Form

Constructor Summary
PlanarImageLoadedEvent(java.lang.Object obj, PlanarImage img)
          The PlanarImageLoadedEvent constructor.
PlanarImageLoadedEvent(java.lang.Object obj, PlanarImage[] img)
           
 
Method Summary
 PlanarImage getImage()
           
 PlanarImage[] getImages()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlanarImageLoadedEvent

public PlanarImageLoadedEvent(java.lang.Object obj,
                              PlanarImage img)
The PlanarImageLoadedEvent constructor.

Parameters:
obj - the source object.
img - the image that is sent to the target.

PlanarImageLoadedEvent

public PlanarImageLoadedEvent(java.lang.Object obj,
                              PlanarImage[] img)
Parameters:
obj - the source object.
img - an array of images to be sent to the target.
Method Detail

getImage

public PlanarImage getImage()
Returns:
the image.

getImages

public PlanarImage[] getImages()