Interface DialogHandler<T>

  • Type Parameters:
    T - The type of the response.

    public interface DialogHandler<T>
    The interface for non-modal dialog handlers.
    • Method Detail

      • handle

        void handle​(T response)