ij2x.control
Class JThumbEvent
java.lang.Object
java.util.EventObject
ij2x.control.JThumbEvent
- All Implemented Interfaces:
- java.io.Serializable
public class JThumbEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Constructor Summary |
JThumbEvent(java.lang.Object source,
int type,
java.io.File sourceFile,
java.io.File destinationFile)
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SHELL_DELETED
public static int SHELL_DELETED
SHELL_COPIED
public static int SHELL_COPIED
SHELL_MOVED
public static int SHELL_MOVED
SHELL_RENAMED
public static int SHELL_RENAMED
JThumbEvent
public JThumbEvent(java.lang.Object source,
int type,
java.io.File sourceFile,
java.io.File destinationFile)
getType
public int getType()
getSourceFile
public java.io.File getSourceFile()
getDestinationFile
public java.io.File getDestinationFile()