Interface UpdateResponseHandler

All Known Implementing Classes:
AuLogHandler, DownloadHandler, EchoEventHandler

public interface UpdateResponseHandler
The interface of asynchronous update response handler (DHtmlUpdateServlet). The handler can process response when client post an AU event, and modify status of desktop if necessary.
Author:
pao
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(DesktopAgent desktop, Map<String,Object> jsonObject)
    perform AU response processing.
  • Method Details

    • process

      void process(DesktopAgent desktop, Map<String,Object> jsonObject)
      perform AU response processing.
      Parameters:
      desktop - desktop agent
      jsonObject - the root jsonObjct map of the response