Interface Evented<T>

    • Method Detail

      • getEventToPublish

        T getEventToPublish​(String result)
        Gets the event to publish.
        Parameters:
        result - the result of the action executing.
        Returns:
        the event. Can be null, in which case no event will be published.