wicket.util.thread
Class Lock

java.lang.Object
  extended by wicket.util.thread.Lock

public final class Lock
extends java.lang.Object

Typesafe monitor class to be used in place of Object for readability.

Author:
Jonathan Locke

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

Constructor Detail

Lock

public Lock()


Copyright © 2004-2007 Wicket developers. All Rights Reserved.