gistoolkit.datasources.imagefile
Interface ImageChopperListener

All Known Implementing Classes:
ImageChopperApplication

public interface ImageChopperListener

Interface for classes interested in what the ImageChopper is doing to implement.


Method Summary
 void imageChopped(ImageChopperEvent inEvent)
          Gets called when an image is being read, or written.
 

Method Detail

imageChopped

public void imageChopped(ImageChopperEvent inEvent)
Gets called when an image is being read, or written.