|
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.FileSystemChangeNotification
public final class FileSystemChangeNotification
Used to specify item filter monitored by the associated FileSystemChangeListener.
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 |
|---|
public FileSystemChangeNotification(java.lang.String path,
boolean subdirectories,
int change_events,
FileSystemChangeHandler change_handler)
throws java.io.IOException
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.
java.io.IOException - if any I/O exception occurs.FileSystemChangeEvent,
FileSystemChangeHandler
|
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.