Package weka.gui.beans
Interface ImageListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
ImageSaver,ImageViewer
public interface ImageListener extends java.util.EventListenerInterface to something that can process an ImageEvent- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptImage(ImageEvent image)Accept and process an ImageEvent
-
-
-
Method Detail
-
acceptImage
void acceptImage(ImageEvent image)
Accept and process an ImageEvent- Parameters:
image- the image to process
-
-