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

From Documentation
Line 1: Line 1:
 
  {{ZKConfigurationReferencePageHeader}}
 
  {{ZKConfigurationReferencePageHeader}}
 
'''Property:'''
 
'''Property:'''
  The org.zkoss.zk.ui.util.EventInterceptor interface
+
  org.zkoss.zk.ui.util.EventInterceptor interface
  
 
<javadoc type="interface">org.zkoss.zk.ui.util.EventInterceptor</javadoc> is implemented by a listener class that will be used to intercept when an event is sent, posted and processed.
 
<javadoc type="interface">org.zkoss.zk.ui.util.EventInterceptor</javadoc> is implemented by a listener class that will be used to intercept when an event is sent, posted and processed.

Revision as of 02:21, 7 December 2010


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


Property:

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/07

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