standup.clouds
Class AnyLock

java.lang.Object
  extended by standup.clouds.AnyLock

public class AnyLock
extends Object

An object that is used to control synchronization between different threads.

Author:
Ruli Manurung
See Also:
AnimatorLock

Field Summary
private  boolean done
           
private  String title
           
 
Constructor Summary
AnyLock(String t)
           
 
Method Summary
 void myWait()
           
 void myWake()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

done

private boolean done

title

private final String title
Constructor Detail

AnyLock

public AnyLock(String t)
Method Detail

myWait

public void myWait()

myWake

public void myWake()