Package org.zkoss.zats.mimic.operation
Interface BookmarkAgent
-
- All Superinterfaces:
Agent,OperationAgent
public interface BookmarkAgent extends OperationAgent
To change the bookmark of a Desktop.- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchange(String value)change bookmark of a desktop.-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-
-
-
Method Detail
-
change
void change(String value)
change bookmark of a desktop.
-
-