Package org.zkoss.zats.mimic.impl
Interface UpdateResponseHandler
-
- All Known Implementing Classes:
AuLogHandler,DownloadHandler,EchoEventHandler
public interface UpdateResponseHandlerThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(DesktopAgent desktop, Map<String,Object> jsonObject)perform AU response processing.
-
-
-
Method Detail
-
process
void process(DesktopAgent desktop, Map<String,Object> jsonObject)
perform AU response processing.- Parameters:
desktop- desktop agentjsonObject- the root jsonObjct map of the response
-
-