ccc.client.concurrent
Class SimpleLatch

java.lang.Object
  extended by ccc.client.concurrent.SimpleLatch

public abstract class SimpleLatch
extends java.lang.Object

TODO: Add a description for this type.

Author:
Civic Computing Ltd.

Constructor Summary
SimpleLatch(int count)
          Constructor.
 
Method Summary
protected abstract  void complete()
           
 void countDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLatch

public SimpleLatch(int count)
Constructor.

Parameters:
count - The number to count down from.
Method Detail

countDown

public void countDown()

complete

protected abstract void complete()


Copyright © 2010. All Rights Reserved.