Interface MessageDialog

    • Method Detail

      • close

        void close()
      • showErrorDialog

        void showErrorDialog​(String errorMessage)
      • showErrorDialog

        void showErrorDialog​(String message,
                             String title)
      • showInformationDialog

        void showInformationDialog​(String infoMessage)
      • showInformationDialog

        void showInformationDialog​(String infoMessage,
                                   String title)