Class StatelessEventListenerMap

    • Constructor Detail

      • StatelessEventListenerMap

        public StatelessEventListenerMap​(EventListenerMap delegator)
    • Method Detail

      • addAction

        public void addAction​(java.lang.String eventName,
                              ActionHandler actionHandler)
      • service

        public void service​(Event event,
                            Scope scope,
                            Component component,
                            java.lang.String s)
                     throws java.lang.Exception
        Description copied from interface: EventListenerMap
        Services the event under the given page and scope.
        Specified by:
        service in interface EventListenerMap
        scope - the scope used to evaluate ZSCRIPT if any
        component - the component used to serve the event.
        s - the real name of the event, used to retrieve event listener/handler
        Throws:
        java.lang.Exception