All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.imageprocessing.event.ImageProcessedEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.imageprocessing.event.ImageProcessedEvent
- public class ImageProcessedEvent
- extends EventObject
This event is thrown when an image gets processed successfully.
- See Also:
- EventObject, ImageProcessedListener
-
ImageProcessedEvent(Object, Image, Image)
- Constructs a
FetchArgumentsEvent
object with the specified
source object.
-
getImage()
- Returns the original image
-
getProcessedImage()
- Returns the processed image
ImageProcessedEvent
public ImageProcessedEvent(Object source,
Image img,
Image processedImage)
- Constructs a
FetchArgumentsEvent
object with the specified
source object.
- Parameters:
- source - The object where the event originated
- img - The original image
- processedImage - The processed image
getImage
public Image getImage()
- Returns the original image
- Returns:
- the original image
getProcessedImage
public Image getProcessedImage()
- Returns the processed image
- Returns:
- the processed image
All Packages Class Hierarchy This Package Previous Next Index