ucar.unidata.util
Class FilePoller
java.lang.Object
ucar.unidata.util.Poller
ucar.unidata.util.FilePoller
- All Implemented Interfaces:
- Runnable
public class FilePoller
- extends Poller
Class for handling polling of files
- Version:
- $Revision: 1.8
- Author:
- IDV development team
|
Method Summary |
protected void |
doPoll()
Poll |
void |
init()
Initialize the class |
static void |
main(String[] args)
_more_ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilePoller
public FilePoller(ActionListener listener,
PollingInfo info)
- Create a new file poller
- Parameters:
listener - the listener for the polling infoinfo - polling info
init
public void init()
- Initialize the class
- Overrides:
init in class Poller
doPoll
protected void doPoll()
- Poll
- Specified by:
doPoll in class Poller
main
public static void main(String[] args)
- _more_
- Parameters:
args - _more_