Interface DesktopCtrl

All Known Implementing Classes:
DefaultDesktopAgent

public interface DesktopCtrl
The interface of desktop controller. To provide more control of the desktop agent for developers.
Author:
pao
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Append a debug message of AuLog to current desktop.
    void
    setDownloadable(Resource downloadable)
    setting current downloadable file.
  • Method Details

    • setDownloadable

      void setDownloadable(Resource downloadable)
      setting current downloadable file.
      Parameters:
      downloadable - a downloadable resouce or null indicated there is no downloadable currently.
    • appendZkLog

      void appendZkLog(String message)
      Append a debug message of AuLog to current desktop.
      Parameters:
      message - a message.
      Since:
      2.0.1