org.ChinaVO.FITSManager.ExplorerTree
Class FileOperateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.ChinaVO.FITSManager.ExplorerTree.FileOperateEvent
All Implemented Interfaces:
java.io.Serializable

public class FileOperateEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int COPY
           
static int MOVE
           
static int NEWFILE
           
static int REFRESH
           
static int REMOVE
           
static int RENAME
           
 
Method Summary
 java.io.File[] getFile()
           
 int getMotion()
           
 
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

REMOVE

public static final int REMOVE
See Also:
Constant Field Values

RENAME

public static final int RENAME
See Also:
Constant Field Values

MOVE

public static final int MOVE
See Also:
Constant Field Values

COPY

public static final int COPY
See Also:
Constant Field Values

REFRESH

public static final int REFRESH
See Also:
Constant Field Values

NEWFILE

public static final int NEWFILE
See Also:
Constant Field Values
Method Detail

getFile

public java.io.File[] getFile()

getMotion

public int getMotion()