org.herac.tuxguitar.util
Class TGLock

java.lang.Object
  extended by org.herac.tuxguitar.util.TGLock

public class TGLock
extends java.lang.Object


Constructor Summary
TGLock()
           
 
Method Summary
 boolean isLocked()
           
 boolean isLocked(java.lang.Thread thread)
           
 void lock()
           
 void unlock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGLock

public TGLock()
Method Detail

lock

public void lock()

unlock

public void unlock()

isLocked

public boolean isLocked(java.lang.Thread thread)

isLocked

public boolean isLocked()