Class BridgeContext.CSSEngineUserAgentWrapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) UserAgent ua  
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSSEngineUserAgentWrapper

        CSSEngineUserAgentWrapper​(UserAgent ua)
    • Method Detail

      • displayError

        public void displayError​(java.lang.Exception ex)
        Displays an error resulting from the specified Exception.
        Specified by:
        displayError in interface CSSEngineUserAgent
      • displayMessage

        public void displayMessage​(java.lang.String message)
        Displays a message in the User Agent interface.
        Specified by:
        displayMessage in interface CSSEngineUserAgent