Interface IPortalEventObserver

    • Method Detail

      • onEvent

        void onEvent​(IPortalEvent event)
              throws PortalException
        Notifies that an event has been raised. This method will be called only for events that belong to the groups specified by #getExpectedEventGroups().

        Important: The implementation of this method must not be time consuming, as it may impact the overall time response of the portal.

        Parameters:
        event - the event.
        Throws:
        PortalException
        Since:
        4.1.0