com.gentlyweb.utils
Class FileChangeEvent
java.lang.Object
java.util.EventObject
com.gentlyweb.utils.FileChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
public class FileChangeEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EXISTS
public static final int EXISTS
- See Also:
- Constant Field Values
NOT_EXISTS
public static final int NOT_EXISTS
- See Also:
- Constant Field Values
MODIFIED
public static final int MODIFIED
- See Also:
- Constant Field Values
HIDDEN
public static final int HIDDEN
- See Also:
- Constant Field Values
NOT_HIDDEN
public static final int NOT_HIDDEN
- See Also:
- Constant Field Values
LENGTH_CHANGED
public static final int LENGTH_CHANGED
- See Also:
- Constant Field Values
READABLE
public static final int READABLE
- See Also:
- Constant Field Values
NOT_READABLE
public static final int NOT_READABLE
- See Also:
- Constant Field Values
WRITEABLE
public static final int WRITEABLE
- See Also:
- Constant Field Values
NOT_WRITEABLE
public static final int NOT_WRITEABLE
- See Also:
- Constant Field Values
FILE_TYPE_CHANGE
public static final int FILE_TYPE_CHANGE
- See Also:
- Constant Field Values
FileChangeEvent
public FileChangeEvent(java.io.File file,
FileDetails newDetails,
FileDetails oldDetails,
int eventTypes)
hasEvent
public boolean hasEvent(int type)
getEventTypes
public int getEventTypes()
getOldFileDetails
public FileDetails getOldFileDetails()
getNewFileDetails
public FileDetails getNewFileDetails()
getFile
public java.io.File getFile()