org.zkoss.zk.ui.impl
Class SynchronizedScope

java.lang.Object
  extended by org.zkoss.zk.ui.impl.SimpleScope
      extended by org.zkoss.zk.ui.impl.SynchronizedScope
All Implemented Interfaces:
Scope

public class SynchronizedScope
extends SimpleScope

A synchronized scope. It is extended from SimpleScope, but it can be accessed concurrently.

Thread safe.

Since:
5.0.11
Author:
tomyeh

Constructor Summary
SynchronizedScope(Scope owner)
           
 
Method Summary
 
Methods inherited from class org.zkoss.zk.ui.impl.SimpleScope
addScopeListener, clone, getAttribute, getAttribute, getAttributes, getListeners, hasAttribute, hasAttribute, notifyIdSpaceChanged, notifyParentChanged, removeAttribute, removeAttribute, removeScopeListener, setAttribute, setAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronizedScope

public SynchronizedScope(Scope owner)


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo