Interface EventListener<S,​C extends SecurityContext>

    • Method Detail

      • notify

        void notify​(Event<S,​C> event)
        Notifies the listener of a new event.
        Parameters:
        event - The event.