com.vistech.imageviewer
Class ImageSentEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.vistech.imageviewer.ImageSentEvent
All Implemented Interfaces:
java.io.Serializable

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

An event-state class that sends an image. This is an event-state class for the ImageSent event.

Version:
1.0 21 Jan 1999
Author:
Lawrence Rodrigues
See Also:
Serialized Form

Field Summary
protected  java.awt.image.BufferedImage bufimage
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ImageSentEvent(java.lang.Object obj, java.awt.image.BufferedImage img)
           
 
Method Summary
 java.awt.image.BufferedImage getImage()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bufimage

protected java.awt.image.BufferedImage bufimage
Constructor Detail

ImageSentEvent

public ImageSentEvent(java.lang.Object obj,
                      java.awt.image.BufferedImage img)
Parameters:
obj - the source object.
img - the buffered image. The data that is carried to the target.
Method Detail

getImage

public java.awt.image.BufferedImage getImage()
Returns:
the buffered image.