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

From Documentation
Revision as of 06:13, 20 April 2011 by Tomyeh (talk | contribs)


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


Listener:

org.zkoss.zk.ui.util.EventInterceptor

A listener could implement EventInterceptor 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 : 2011/04/20

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