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
  • Constructor Details

    • FilePoller

      public FilePoller(ActionListener listener, PollingInfo info)
      Create a new file poller
      Parameters:
      listener - the listener for the polling info
      info - polling info
  • Method Details

    • 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_