ij2x.control
Class JThumbEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ij2x.control.JThumbEvent
All Implemented Interfaces:
java.io.Serializable

public class JThumbEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int SHELL_COPIED
           
static int SHELL_DELETED
           
static int SHELL_MOVED
           
static int SHELL_RENAMED
           
 
Constructor Summary
JThumbEvent(java.lang.Object source, int type, java.io.File sourceFile, java.io.File destinationFile)
           
 
Method Summary
 java.io.File getDestinationFile()
           
 java.io.File getSourceFile()
           
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

JThumbEvent

public JThumbEvent(java.lang.Object source,
                   int type,
                   java.io.File sourceFile,
                   java.io.File destinationFile)
Method Detail

getType

public int getType()

getSourceFile

public java.io.File getSourceFile()

getDestinationFile

public java.io.File getDestinationFile()