Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class FileSystemChangeNotification

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

public final class FileSystemChangeNotification
extends java.lang.Object

Used to specify item filter monitored by the associated FileSystemChangeListener.

Since:
1.2.0 12/03/2002
See Also:
FileSystemChangeListener

Constructor Summary
FileSystemChangeNotification(java.lang.String path, boolean subdirectories, int change_events, FileSystemChangeHandler change_handler)
          Constructs a new filter that will be monitor by the associated FileSystemChangeListener.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemChangeNotification

public FileSystemChangeNotification(java.lang.String path,
                                    boolean subdirectories,
                                    int change_events,
                                    FileSystemChangeHandler change_handler)
                             throws java.io.IOException
Constructs a new filter that will be monitor by the associated FileSystemChangeListener.

Parameters:
path - the file path including any wildcard characters (* and ?).

If a file mask is not specified then only the specified item is monitored.

subdirectories - whether to monitor subdirectories.
change_events - the FileSystemChangeEvents to monitor.
change_handler - the FileSystemChangeHandler to use.
Throws:
java.io.IOException - if any I/O exception occurs.
See Also:
FileSystemChangeEvent, FileSystemChangeHandler

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.