Uses of Class
com.jniwrapper.win32.io.FileSystemWatcher

Packages that use FileSystemWatcher
com.jniwrapper.win32.io The com.jniwrapper.win32.io package contains classes, which provide you with file system related functionality. 
 

Uses of FileSystemWatcher in com.jniwrapper.win32.io
 

Methods in com.jniwrapper.win32.io that return FileSystemWatcher
 FileSystemWatcher WatcherStrategy.getFileSystemWatcher()
           
 

Constructors in com.jniwrapper.win32.io with parameters of type FileSystemWatcher
WatcherStrategy(FileSystemWatcher fileSystemWatcher)
          Creates a strategy for a specified watcher FileSystemWatcher
Win9xWatcherStrategy(FileSystemWatcher fileSystemWatcher)
           
WinNTWatcherStrategy(FileSystemWatcher fileSystemWatcher)