org.apache.wicket.util.thread
Class Lock

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

public final class Lock
extends Object

Type-safe monitor class to be used in place of Object for readability.

Since:
1.2.6
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-2011 Apache Software Foundation. All Rights Reserved.