org.boris.xlloop.util
Class FileSystemWatcher

java.lang.Object
  extended by org.boris.xlloop.util.FileSystemWatcher

public class FileSystemWatcher
extends java.lang.Object


Nested Class Summary
static interface FileSystemWatcher.Callback
           
static class FileSystemWatcher.CallbackAdaptor
           
 
Constructor Summary
FileSystemWatcher(java.io.File baseDir, FileSystemWatcher.Callback callback)
           
 
Method Summary
 void setPauseMillis(int millis)
           
 void shutdown()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemWatcher

public FileSystemWatcher(java.io.File baseDir,
                         FileSystemWatcher.Callback callback)
Method Detail

setPauseMillis

public void setPauseMillis(int millis)

start

public void start()

shutdown

public void shutdown()