Package ucar.unidata.util
Class FilePoller
java.lang.Object
ucar.unidata.util.Poller
ucar.unidata.util.FilePoller
- All Implemented Interfaces:
Runnable
Class for handling polling of files
- Version:
- $Revision: 1.8
- Author:
- IDV development team
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionFilePoller
(ActionListener listener, PollingInfo info) Create a new file poller -
Method Summary
Methods inherited from class ucar.unidata.util.Poller
getInterval, run, stopRunning
-
Constructor Details
-
FilePoller
Create a new file poller- Parameters:
listener
- the listener for the polling infoinfo
- polling info
-
-
Method Details