Package org.zkoss.zkex.zul.impl
Interface OperationQueueListener
-
public interface OperationQueueListenerThis class is for model sharer developer only, you rarely need to use this class.
Available in ZK PE and ZK EE.
- Since:
- 3.0.0
- Author:
- Dennis.Chen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidqueueUnavailable(org.zkoss.zk.ui.Desktop desktop)Notify theOperationQueueno longer available, it is usual invoked before the end ofOperationThread.run()
-
-
-
Method Detail
-
queueUnavailable
void queueUnavailable(org.zkoss.zk.ui.Desktop desktop)
Notify theOperationQueueno longer available, it is usual invoked before the end ofOperationThread.run()- Parameters:
desktop- the associated desktop
-
-