包 | lc.procmgmt.domain |
接口 | public interface ICommand |
实现器 | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ICommand
interface defines a common interface for self-contained commands.
The ICommand
interface is implemented by command objects, allowing the
encapsulation of an action and its parameters.
Classes that implement the ICommand
interface wrap the execution of
an operation so that they can be handled in a generic manner.
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Executes the default operation of the command. | ICommand |
属性详细信息
name | 属性 |
方法详细信息
execute | () | 方法 |
public function execute():lc.foundation.util:Token
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the default operation of the command.
返回lc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z