Uses of Interface
org.zkoss.zk.ui.sys.EventProcessingThread

Packages that use EventProcessingThread
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 EventProcessingThread in org.zkoss.zk.ui.impl
 

Classes in org.zkoss.zk.ui.impl that implement EventProcessingThread
 class EventProcessingThreadImpl
          Thread to handle events.
 

Methods in org.zkoss.zk.ui.impl that return types with arguments of type EventProcessingThread
 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
 boolean UiEngineImpl.ceaseSuspendedThread(Desktop desktop, EventProcessingThread evtthd, java.lang.String cause)
           
 boolean DesktopImpl.ceaseSuspendedThread(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
 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
 boolean UiEngine.ceaseSuspendedThread(Desktop desktop, EventProcessingThread evtthd, java.lang.String cause)
          Ceases the specified event thread.
 boolean DesktopCtrl.ceaseSuspendedThread(EventProcessingThread evtthd, java.lang.String cause)
          Ceases the specified event thread.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo