Package org.zkoss.zk.ui.sys
Interface EventListenerMap
-
- All Known Implementing Classes:
StatelessEventListenerMap
public interface EventListenerMap
Represents a map of event handlers and listeners.- Since:
- 6.0.0
- Author:
- tomyeh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 anycomp
- the component used to serve the event.cmd
- the real name of the event, used to retrieve event listener/handler- Throws:
java.lang.Exception
-
-