|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventProcessingThread
Represents an event processing thread.
| Method Summary | |
|---|---|
Component |
getComponent()
Returns the component being processed by this thread, or null if idle. |
Event |
getEvent()
Returns the event being processed by this thread, or null if idle. |
boolean |
isCeased()
Returns whether it is ceased. |
boolean |
isIdle()
Returns whether this thread is idle, i.e., not processing any event. |
boolean |
isSuspended()
Returns whether it is suspended. |
| Method Detail |
|---|
boolean isCeased()
The event processing is ceased automatically.
If you want to cease it manually, you can invoke
DesktopCtrl.ceaseSuspendedThread(org.zkoss.zk.ui.sys.EventProcessingThread, java.lang.String).
boolean isSuspended()
DesktopCtrl.getSuspendedThreads(),
DesktopCtrl.ceaseSuspendedThread(org.zkoss.zk.ui.sys.EventProcessingThread, java.lang.String)boolean isIdle()
Event getEvent()
Component getComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||