public interface EventListenerMap
Modifier and Type | Method and Description |
---|---|
void |
service(Event event,
Scope scope,
Component comp,
java.lang.String cmd)
Services the event under the given page and scope.
|
void service(Event event, Scope scope, Component comp, java.lang.String cmd) throws java.lang.Exception
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/handlerjava.lang.Exception
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.