org.apache.commons.jci.monitor
Class FilesystemAlterationObserverImpl
java.lang.Object
org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
- All Implemented Interfaces:
- FilesystemAlterationObserver
public class FilesystemAlterationObserverImpl
- extends Object
- implements FilesystemAlterationObserver
Implementation of a FilesystemAlterationObserver
- Author:
- tcurdt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilesystemAlterationObserverImpl
public FilesystemAlterationObserverImpl(File pRootDirectory)
checkAndNotify
public void checkAndNotify()
- Specified by:
checkAndNotify
in interface FilesystemAlterationObserver
getRootDirectory
public File getRootDirectory()
- Specified by:
getRootDirectory
in interface FilesystemAlterationObserver
addListener
public void addListener(FilesystemAlterationListener pListener)
- Specified by:
addListener
in interface FilesystemAlterationObserver
removeListener
public void removeListener(FilesystemAlterationListener pListener)
- Specified by:
removeListener
in interface FilesystemAlterationObserver
getListeners
public FilesystemAlterationListener[] getListeners()
- Specified by:
getListeners
in interface FilesystemAlterationObserver
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.