mcgui
Class Lock

java.lang.Object
  extended by mcgui.Lock

public class Lock
extends java.lang.Object

Class containing an object that is used by the framework to synchronize everything in such a way that there are no simultaneous calls to a Multicaster thereby avoiding the need for synchronization within a Multicaster module.


Field Summary
static java.lang.Object lock
           
 
Constructor Summary
Lock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lock

public static final java.lang.Object lock
Constructor Detail

Lock

public Lock()