Interface CSSEngineUserAgent

All Known Implementing Classes:
BridgeContext.CSSEngineUserAgentWrapper

public interface CSSEngineUserAgent
One line Class Desc Complete Class Desc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Displays an error resulting from the specified Exception.
    void
    Displays a message in the User Agent interface.
  • Method Details

    • displayError

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

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