java.lang.ObjectA utility class that simplify the implementation of org.zkoss.zk.ui.sys.EventProcessingThread .org.zkoss.zk.ui.impl.EventProcessor
tomyeh - | Constructor: |
|---|
|
| Method from org.zkoss.zk.ui.impl.EventProcessor Summary: |
|---|
| cleanup, getComponent, getDesktop, getEvent, inEventListener, inEventListener, process, setup, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.zkoss.zk.ui.impl.EventProcessor Detail: |
|---|
Note: Don't call this method if the event process executes in the same thread. |
|
|
|
|
It is used only internally. |
This method is to implement org.zkoss.zk.ui.sys.EventProcessingThread . See also org.zkoss.zk.ui.util.Configuration#isEventThreadEnabled . |
Note: it doesn't invoke ExecutionCtrl#onActivate |
|