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