Interface CSSEngineUserAgent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void displayError​(java.lang.Exception ex)
      Displays an error resulting from the specified Exception.
      void displayMessage​(java.lang.String message)
      Displays a message in the User Agent interface.
    • Method Detail

      • displayError

        void displayError​(java.lang.Exception ex)
        Displays an error resulting from the specified Exception.
      • displayMessage

        void displayMessage​(java.lang.String message)
        Displays a message in the User Agent interface.