ucar.unidata.util
Class FilePoller

java.lang.Object
  extended by ucar.unidata.util.Poller
      extended by 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

Field Summary
 
Fields inherited from class ucar.unidata.util.Poller
debug, interval, listener, running
 
Constructor Summary
FilePoller(ActionListener listener, PollingInfo info)
          Create a new file poller
 
Method Summary
protected  void doPoll()
          Poll
 void init()
          Initialize the class
static void main(String[] args)
          _more_
 
Methods inherited from class ucar.unidata.util.Poller
getInterval, run, stopRunning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePoller

public FilePoller(ActionListener listener,
                  PollingInfo info)
Create a new file poller

Parameters:
listener - the listener for the polling info
info - polling info
Method Detail

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_