Package org.zkoss.zats.mimic.impl
Interface UpdateResponseHandler
- All Known Implementing Classes:
AuLogHandler,DownloadHandler,EchoEventHandler,EchoEventHandlerExt96
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 TypeMethodDescriptionvoidprocess(DesktopAgent desktop, Map<String, Object> jsonObject) perform AU response processing.
-
Method Details
-
process
perform AU response processing.- Parameters:
desktop- desktop agentjsonObject- the root jsonObjct map of the response
-