|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuspendNotAllowedException | |
|---|---|
| org.zkoss.zk.ui | Interfaces of the common user-interfaces, such as Page and Component. |
| org.zkoss.zk.ui.impl | Implementation of user interfaces and factories (implementation only). |
| org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
| Uses of SuspendNotAllowedException in org.zkoss.zk.ui |
|---|
| Methods in org.zkoss.zk.ui that throw SuspendNotAllowedException | |
|---|---|
static void |
Executions.wait(java.lang.Object mutex)
Suspends the current processing of an event and wait until the other thread invokes Executions.notify(Object), Executions.notifyAll(Object),
Executions.notify(Desktop, Object) or Executions.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 | |
|---|---|
void |
UiEngineImpl.wait(java.lang.Object mutex)
|
| Uses of SuspendNotAllowedException in org.zkoss.zk.ui.sys |
|---|
| Methods in org.zkoss.zk.ui.sys that throw SuspendNotAllowedException | |
|---|---|
void |
UiEngine.wait(java.lang.Object obj)
Suspends the current processing of an event and wait until the other thread invokes UiEngine.notify(Object), UiEngine.notifyAll(Object),
UiEngine.notify(Desktop, Object) or UiEngine.notifyAll(Desktop, Object)
for the specified object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||