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

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

Uses of WatcherStrategy in com.jniwrapper.win32.io
 

Subclasses of WatcherStrategy in com.jniwrapper.win32.io
 class Win9xWatcherStrategy
          Win9xWatcherStrategy class implements a watcher strategy based on wrapping FindFirstChangeNotification, FindNextChangeNotification, etc.
 class WinNTWatcherStrategy
          WinNTWatcherStrategy class implements a watcher strategy based on wrapping ReadDirectoryChangesW Win API function.
 

Methods in com.jniwrapper.win32.io that return WatcherStrategy
protected  WatcherStrategy FileSystemWatcher.createStrategy(java.lang.Class strategyClass)
          Creates an instance of the watching strategy from the specified class.