Class EventHandler

    • Constructor Detail

      • EventHandler

        public EventHandler()
    • Method Detail

      • post

        public void post​(IEvent event)
        Description copied from interface: IEventHandler
        Post the given event. Depending on the type of event it will be delegated to the appropriate scope. Only application and session events are supported.
        Specified by:
        post in interface IEventHandler
        Parameters:
        event - to be posted containing the event data.