Package org.zkoss.zats.mimic.impl
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 TypeMethodDescriptionvoidappendZkLog(String message) Append a debug message of AuLog to current desktop.voidsetDownloadable(Resource downloadable) setting current downloadable file.
-
Method Details
-
setDownloadable
setting current downloadable file.- Parameters:
downloadable- a downloadable resouce or null indicated there is no downloadable currently.
-
appendZkLog
Append a debug message of AuLog to current desktop.- Parameters:
message- a message.- Since:
- 2.0.1
-