Interface ImageListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ImageSaver, ImageViewer

public interface ImageListener extends EventListener
Interface to something that can process an ImageEvent
Version:
$Revision: 8034 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Accept and process an ImageEvent
  • Method Details

    • acceptImage

      void acceptImage(ImageEvent image)
      Accept and process an ImageEvent
      Parameters:
      image - the image to process