Uses of Interface
org.zkoss.zk.ui.event.EventThreadInit
-
Packages that use EventThreadInit Package Description org.zkoss.zk.ui.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 ofEventThreadInitinstances 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 booleanConfiguration. 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).
-