public class Win9xWatcherStrategy extends WatcherStrategy implements java.util.Comparator
FindFirstChangeNotification, FindNextChangeNotification, etc.
Win API functions.
Platforms: Win95, Win98, WinMe, WinNT, Win2000, WinXP
| Constructor and Description |
|---|
Win9xWatcherStrategy(FileSystemWatcher fileSystemWatcher) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2) |
void |
start()
Starts watching.
|
void |
stop()
Stops watching.
|
getFileSystemWatcher, isWatching, setWatchingpublic Win9xWatcherStrategy(FileSystemWatcher fileSystemWatcher)
public void start()
throws FileSystemException
WatcherStrategystart in class WatcherStrategyFileSystemExceptionpublic void stop()
throws FileSystemException
WatcherStrategystop in class WatcherStrategyFileSystemExceptionpublic int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparator