Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
lc.procmgmt.domain 

ICommand  - AS3 ADEP Workspace

Pacotelc.procmgmt.domain
Interfacepublic interface ICommand
Implementadores AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The 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.



Propriedades públicas
 PropriedadeDefinido por
  name : String
[somente leitura] The name of the command.
ICommand
Métodos públicos
 MétodoDefinido por
  
Executes the default operation of the command.
ICommand
Detalhes da propriedade

name

propriedade
name:String  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The name of the command.



Implementação
    public function get name():String
Detalhes do método

execute

()método
public function execute():lc.foundation.util:Token

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Executes the default operation of the command.

Retorna
lc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.

Elementos da API relacionados





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.