The org.zkoss.zk.ui.util.EventInterceptor interface

From Documentation
Revision as of 02:07, 6 December 2010 by Char (talk | contribs) (Created page with ' {{ZKConfigurationReferencePageHeader}} <javadoc type="interface">org.zkoss.zk.ui.util.EventInterceptor</javadoc> is implemented by a listener class that will be used to interce…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


DocumentationZK Configuration Referencezk.xmlThe listener ElementThe org.zkoss.zk.ui.util.EventInterceptor interface
The org.zkoss.zk.ui.util.EventInterceptor interface


EventInterceptor is implemented by a listener class that will be used to intercept when an event is sent, posted and processed.

Once registered, an instance is created and shared within the whole application. If you want to intercept events only for a particular desktop, use Desktop.addListener(Object).



Last Update : 2010/12/06

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.