Class IteratorCounterThread

java.lang.Object
org.duracloud.common.util.IteratorCounterThread
All Implemented Interfaces:
Runnable

public class IteratorCounterThread extends Object implements Runnable
This class spins through the arg Iterator and notifies the arg Listener of the total count upon reaching the iteration end.
Author:
Andrew Woods Date: Aug 10, 2010
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable