|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstec.sfc.Win32.FileSystemChangeEvent
public final class FileSystemChangeEvent
Defines file change notification events used by FileSystemChangeNotification
Field Summary | |
---|---|
static int |
ATTRIBUTES
The attributes of a file or directory were changed. |
static int |
DIRECTORY_NAME
A directory was created or deleted. |
static int |
FILE_NAME
A file was created, renamed or deleted. |
static int |
FILE_SIZE
A file's size was changed. |
static int |
LAST_WRITE_TIME
A file's last write timestamp was changed. |
static int |
SECURITY_DESCRIPTOR
A file's security descriptor was changed. |
Constructor Summary | |
---|---|
FileSystemChangeEvent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FILE_NAME
Set to FILE_NOTIFY_CHANGE_FILE_NAME.
public static final int DIRECTORY_NAME
Set to FILE_NOTIFY_CHANGE_DIR_NAME.
public static final int ATTRIBUTES
Set to FILE_NOTIFY_CHANGE_ATTRIBUTES.
public static final int FILE_SIZE
Set to FILE_NOTIFY_CHANGE_SIZE.
public static final int LAST_WRITE_TIME
Set to FILE_NOTIFY_CHANGE_LAST_WRITE.
public static final int SECURITY_DESCRIPTOR
Set to FILE_NOTIFY_CHANGE_SECURITY.
Not supported on Windows 9x/Me.
Constructor Detail |
---|
public FileSystemChangeEvent()
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2005 Servertec. All rights reserved.