Pacote | com.adobe.icc.services.locator |
Interface | public interface ILocatorService extends IEventDispatcher |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | IEventDispatcher | ||
Envia um evento para o fluxo de eventos. | IEventDispatcher | ||
Retrieve the available services that can be used as a post process for a Letter. | ILocatorService | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | IEventDispatcher | ||
Remove um ouvinte do objeto EventDispatcher. | IEventDispatcher | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | IEventDispatcher |
Detalhes do método
getServiceNames | () | método |
public function getServiceNames():com.adobe.icc.token:IAsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieve the available services that can be used as a post process for a Letter.
Retornacom.adobe.icc.token:IAsyncToken — ArrayCollection of Strings that represent names of services (empty if no services found).
|
Lança
Error — Throws Exception with the appropriate error message and error code, if there was an error processing the request on the server.
|
Wed Jun 13 2018, 11:10 AM Z