Interface ResultedEvent<R extends ResultedEvent.Result>

    • Method Detail

      • getResult

        R getResult()
        Returns the result associated with this event.
        Returns:
        the result of this event
      • setResult

        void setResult​(R result)
        Sets the result of this event. The result must be non-null.
        Parameters:
        result - the new result