Uses of Interface
org.zkoss.zk.ui.event.EventThreadInit
-
Packages that use EventThreadInit Package Description org.zkoss.zk.ui.util org.zkoss.zkplus.spring org.zkoss.zkplus.util -
-
Uses of EventThreadInit in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return types with arguments of type EventThreadInit Modifier and Type Method Description java.util.List<EventThreadInit>
Configuration. newEventThreadInits(Component comp, Event evt)
Constructs a list ofEventThreadInit
instances and invokesprepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
.Method parameters in org.zkoss.zk.ui.util with type arguments of type EventThreadInit Modifier and Type Method Description boolean
Configuration. invokeEventThreadInits(java.util.List<EventThreadInit> inits, Component comp, Event evt)
Invokesinit(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)
for each instance returned byConfiguration.newEventThreadInits(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)
. -
Uses of EventThreadInit in org.zkoss.zkplus.spring
Classes in org.zkoss.zkplus.spring that implement EventThreadInit Modifier and Type Class Description class
SpringTransactionSynchronizationListener
Listener to make sure each ZK thread got the same ThreadLocal value of the spring's org.springframework.transaction.support.TransactionSynchronizationManager; especially those thread bound resources. -
Uses of EventThreadInit in org.zkoss.zkplus.util
Classes in org.zkoss.zkplus.util that implement EventThreadInit Modifier and Type Class Description class
ThreadLocalListener
Listener to make sure servlet thread and ZK event thread got the same ThreadLocal values.
-