Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class FileSystemChangeEvent

java.lang.Object
  extended by stec.sfc.Win32.FileSystemChangeEvent

public final class FileSystemChangeEvent
extends java.lang.Object

Defines file change notification events used by FileSystemChangeNotification

Since:
1.2.0 12/03/2002

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

FILE_NAME

public static final int FILE_NAME
A file was created, renamed or deleted.

Set to FILE_NOTIFY_CHANGE_FILE_NAME.


DIRECTORY_NAME

public static final int DIRECTORY_NAME
A directory was created or deleted.

Set to FILE_NOTIFY_CHANGE_DIR_NAME.


ATTRIBUTES

public static final int ATTRIBUTES
The attributes of a file or directory were changed.

Set to FILE_NOTIFY_CHANGE_ATTRIBUTES.


FILE_SIZE

public static final int FILE_SIZE
A file's size was changed.

Set to FILE_NOTIFY_CHANGE_SIZE.


LAST_WRITE_TIME

public static final int LAST_WRITE_TIME
A file's last write timestamp was changed.

Set to FILE_NOTIFY_CHANGE_LAST_WRITE.


SECURITY_DESCRIPTOR

public static final int SECURITY_DESCRIPTOR
A file's security descriptor was changed.

Set to FILE_NOTIFY_CHANGE_SECURITY.

Not supported on Windows 9x/Me.

Constructor Detail

FileSystemChangeEvent

public FileSystemChangeEvent()

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.