org.apache.commons.jci.monitor
Class FilesystemAlterationMonitor
java.lang.Object
org.apache.commons.jci.monitor.FilesystemAlterationMonitor
- All Implemented Interfaces:
- Runnable
public final class FilesystemAlterationMonitor
- extends Object
- implements Runnable
It's a runnable that spawns of a monitoring thread triggering the
the observers and managing the their listeners.
- Author:
- tcurdt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilesystemAlterationMonitor
public FilesystemAlterationMonitor()
start
public void start()
stop
public void stop()
setInterval
public void setInterval(long pDelay)
addListener
public void addListener(File pRoot,
FilesystemAlterationListener pListener)
removeListener
public void removeListener(FilesystemAlterationListener pListener)
getListenersFor
public FilesystemAlterationListener[] getListenersFor(File pRoot)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.