org.zkoss.zk.ui.sys
Interface EventListenerMap


public interface EventListenerMap

Represents a map of event handlers and listeners.

Since:
6.0.0
Author:
tomyeh

Method Summary
 void service(Event event, Scope scope, Component comp, java.lang.String cmd)
          Services the event under the given page and scope.
 

Method Detail

service

void service(Event event,
             Scope scope,
             Component comp,
             java.lang.String cmd)
             throws java.lang.Exception
Services the event under the given page and scope.

Parameters:
scope - the scope used to evaluate ZSCRIPT if any
comp - the component used to serve the event.
cmd - the real name of the event, used to retrieve event listener/handler
Throws:
java.lang.Exception


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo