eu.webtoolkit.jwt
Class WApplication.UpdateLock

java.lang.Object
  extended by eu.webtoolkit.jwt.WApplication.UpdateLock
Enclosing class:
WApplication

public static class WApplication.UpdateLock
extends java.lang.Object

A synchronization lock for manipulating and updating the application and its widgets outside of the event loop.

You need to take this lock only when you want to manipulate widgets outside of the event loop. Inside the event loop, this lock is already held by the library itself.

See Also:
WApplication.getUpdateLock()

Method Summary
 void release()
          Releases the lock.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

release

public void release()
Releases the lock.