Package | com.adobe.icc.services.locator |
Interface | public interface ILocatorService extends IEventDispatcher |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Public Methods
Method | Defined By | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | IEventDispatcher | ||
Dispatches an event into the event flow. | IEventDispatcher | ||
Retrieve the available services that can be used as a post process for a Letter. | ILocatorService | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | IEventDispatcher | ||
Removes a listener from the EventDispatcher object. | IEventDispatcher | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | IEventDispatcher |
Method Detail
getServiceNames | () | method |
public function getServiceNames():com.adobe.icc.token:IAsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieve the available services that can be used as a post process for a Letter.
Returnscom.adobe.icc.token:IAsyncToken — ArrayCollection of Strings that represent names of services (empty if no services found).
|
Throws
Error — Throws Exception with the appropriate error message and error code, if there was an error processing the request on the server.
|
Mon Nov 28 2011, 06:48 AM -08:00