Class ExtendedIteratorCounterThread

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

public class ExtendedIteratorCounterThread 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:
Bill Branan Date: Jan 18, 2011
  • Constructor Details

  • Method Details

    • run

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