public interface OperationQueueListener
Available in ZK PE and ZK EE.
| Modifier and Type | Method and Description |
|---|---|
void |
queueUnavailable(org.zkoss.zk.ui.Desktop desktop)
Notify the
OperationQueue no longer available,
it is usual invoked before the end of OperationThread.run() |
void queueUnavailable(org.zkoss.zk.ui.Desktop desktop)
OperationQueue no longer available,
it is usual invoked before the end of OperationThread.run()desktop - the associated desktopCopyright © 2024. All rights reserved.