org.nanocontainer.deployer
Class FolderContentPoller
java.lang.Object
org.nanocontainer.deployer.FolderContentPoller
- All Implemented Interfaces:
- org.picocontainer.Startable
public class FolderContentPoller
- extends Object
- implements org.picocontainer.Startable
Component that polls a folder for children at regular intervals.
- Version:
- $Revision: 2343 $
- Author:
- Aslak Hellesøy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FolderContentPoller
public FolderContentPoller(FolderContentHandler folderChangeNotifier)
start
public void start()
- Specified by:
start
in interface org.picocontainer.Startable
stop
public void stop()
- Specified by:
stop
in interface org.picocontainer.Startable
Copyright © 2003-2009 Codehaus. All Rights Reserved.