Package | Description |
---|---|
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).
|
org.zkoss.zkex.ui.comet |
ZK comet implementation.
|
org.zkoss.zkmax.au.websocket |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
PollingServerPush.schedule(EventListener<T> listener,
T event,
Scheduler<T> scheduler) |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
ServerPush.schedule(EventListener<T> task,
T event,
Scheduler<T> scheduler)
Called by the associated desktop to schedule a task to execute
asynchronously.
|
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
CometServerPush.schedule(EventListener<T> listener,
T event,
Scheduler<T> scheduler) |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
WebSocketServerPush.schedule(EventListener<T> listener,
T event,
Scheduler<T> scheduler) |
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.