gistoolkit.datasources.imagefile
Class ImageChopperEvent

java.lang.Object
  extended bygistoolkit.datasources.imagefile.ImageChopperEvent

public class ImageChopperEvent
extends java.lang.Object

Class to hold messages sent from the image chopper to any listeners.


Field Summary
static int READING_FILE
           
static int WRITING_FILE
           
 
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
 

Field Detail

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
Constructor Detail

ImageChopperEvent

public ImageChopperEvent(int inActivity,
                         java.lang.String inMessage)
Creates a new instance of ImageChopperEvent

Method Detail

toString

public java.lang.String toString()
Create a string representation of this message.