gistoolkit.datasources.imagefile
Class ImageChopperEvent
java.lang.Object
gistoolkit.datasources.imagefile.ImageChopperEvent
- public class ImageChopperEvent
- extends java.lang.Object
Class to hold messages sent from the image chopper to any listeners.
Constructor Summary |
ImageChopperEvent(int inActivity,
java.lang.String inMessage)
Creates a new instance of ImageChopperEvent |
Method Summary |
java.lang.String |
toString()
Create a string representation of this message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
READING_FILE
public static final int READING_FILE
- See Also:
- Constant Field Values
WRITING_FILE
public static final int WRITING_FILE
- See Also:
- Constant Field Values
ImageChopperEvent
public ImageChopperEvent(int inActivity,
java.lang.String inMessage)
- Creates a new instance of ImageChopperEvent
toString
public java.lang.String toString()
- Create a string representation of this message.