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, setWatching
public Win9xWatcherStrategy(FileSystemWatcher fileSystemWatcher)
public void start() throws FileSystemException
WatcherStrategy
start
in class WatcherStrategy
FileSystemException
public void stop() throws FileSystemException
WatcherStrategy
stop
in class WatcherStrategy
FileSystemException
public int compare(java.lang.Object o1, java.lang.Object o2)
compare
in interface java.util.Comparator