Interface Event<S,​C extends SecurityContext>

    • Method Detail

      • getSource

        S getSource()
        Returns the event source.
        Returns:
        The event source.
      • getContext

        C getContext()
        Returns the optional context.
        Returns:
        The optional context, null if not specified.