Package org.zkoss.zats.mimic.impl
Interface DesktopCtrl
-
- All Known Implementing Classes:
DefaultDesktopAgent
public interface DesktopCtrlThe interface of desktop controller. To provide more control of the desktop agent for developers.- Author:
- pao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendZkLog(String message)Append a debug message of AuLog to current desktop.voidsetDownloadable(Resource downloadable)setting current downloadable file.
-
-
-
Method Detail
-
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
-
-