com.hammurapi.util.concurrent
Class CountedRunnable.Counter

java.lang.Object
  extended by com.hammurapi.util.concurrent.CountedRunnable.Counter
Enclosing class:
CountedRunnable

public static class CountedRunnable.Counter
extends Object

Counter to use with CounterRunnable.

Author:
Pavel Vlasov

Constructor Summary
CountedRunnable.Counter()
           
 
Method Summary
 void join()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountedRunnable.Counter

public CountedRunnable.Counter()
Method Detail

join

public void join()
          throws InterruptedException
Throws:
InterruptedException