Uses of Interface
org.zkoss.zk.ui.sys.EventProcessingThread
-
Packages that use EventProcessingThread Package Description org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of EventProcessingThread in org.zkoss.zk.ui.impl
Classes in org.zkoss.zk.ui.impl that implement EventProcessingThread Modifier and Type Class Description classEventProcessingThreadImplThread to handle events.Methods in org.zkoss.zk.ui.impl that return types with arguments of type EventProcessingThread Modifier and Type Method Description java.util.Collection<EventProcessingThread>DesktopImpl. getSuspendedThreads()java.util.Collection<EventProcessingThread>UiEngineImpl. getSuspendedThreads(Desktop desktop)Methods in org.zkoss.zk.ui.impl with parameters of type EventProcessingThread Modifier and Type Method Description booleanDesktopImpl. ceaseSuspendedThread(EventProcessingThread evtthd, java.lang.String cause)booleanUiEngineImpl. ceaseSuspendedThread(Desktop desktop, EventProcessingThread evtthd, java.lang.String cause) -
Uses of EventProcessingThread in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return types with arguments of type EventProcessingThread Modifier and Type Method Description java.util.Collection<EventProcessingThread>DesktopCtrl. getSuspendedThreads()Returns a collection of suspended event processing threads, or empty if no suspended thread at all.java.util.Collection<EventProcessingThread>UiEngine. getSuspendedThreads(Desktop desktop)Returns a collection of suspended event processing threads belonging to the specified desktop, or empty if no suspended thread at all.Methods in org.zkoss.zk.ui.sys with parameters of type EventProcessingThread Modifier and Type Method Description booleanDesktopCtrl. ceaseSuspendedThread(EventProcessingThread evtthd, java.lang.String cause)Ceases the specified event thread.booleanUiEngine. ceaseSuspendedThread(Desktop desktop, EventProcessingThread evtthd, java.lang.String cause)Ceases the specified event thread.
-