Uses of Class
org.zkoss.zk.ui.SuspendNotAllowedException
-
Packages that use SuspendNotAllowedException Package Description org.zkoss.zk.ui org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of SuspendNotAllowedException in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that throw SuspendNotAllowedException Modifier and Type Method Description static voidExecutions. wait(java.lang.Object mutex)Suspends the current processing of an event and wait until the other thread invokesExecutions.notify(Object),Executions.notifyAll(Object),Executions.notify(Desktop, Object)orExecutions.notifyAll(Desktop, Object)for the specified object. -
Uses of SuspendNotAllowedException in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that throw SuspendNotAllowedException Modifier and Type Method Description voidUiEngineImpl. wait(java.lang.Object mutex) -
Uses of SuspendNotAllowedException in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that throw SuspendNotAllowedException Modifier and Type Method Description voidUiEngine. wait(java.lang.Object obj)Suspends the current processing of an event and wait until the other thread invokesUiEngine.notify(Object),UiEngine.notifyAll(Object),UiEngine.notify(Desktop, Object)orUiEngine.notifyAll(Desktop, Object)for the specified object.
-