Package | com.adobe.livecycle.assetmanager.client.handler |
Class | public class AssetHandlerRegistry |
Inheritance | AssetHandlerRegistry EventDispatcher Object |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Method | Defined By | ||
---|---|---|---|
Constructor. | AssetHandlerRegistry | ||
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. | EventDispatcher | ||
Dispatches an event into the event flow. | EventDispatcher | ||
[static]
A singleton that retrieves an AssetHandlerRegistry event. | AssetHandlerRegistry | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | EventDispatcher | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Checks whether a handler is registered for a specified assetType. | AssetHandlerRegistry | ||
Returns the assetHandler that corresponds to the specified assetType. | AssetHandlerRegistry | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
A singleton registry that is used to register an asset handler. | AssetHandlerRegistry | ||
Removes a listener from the EventDispatcher object. | EventDispatcher | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Starts the registry that calls the initialize function of individual handlers. | AssetHandlerRegistry | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type. | EventDispatcher |
Event | Summary | Defined By | ||
---|---|---|---|---|
[broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active. | EventDispatcher | |||
An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface. | AssetHandlerRegistry | |||
[broadcast event] Dispatched when the Flash Player or AIR application operating loses system focus and is becoming inactive. | EventDispatcher | |||
An event that is thrown when the handler is processing and wants the application to disable user interaction. | AssetHandlerRegistry | |||
An event thrown when the handler is done processing and wants the application to reenable user interaction. | AssetHandlerRegistry | |||
The launchEditor event is thrown by the handler when the handler has prepared the working asset to be displayed in the corresponding editor. | AssetHandlerRegistry |
Constant | Defined By | ||
---|---|---|---|
DISABLE_USER_INTERACTION_EVENT : String = "disableUserInteraction" [static]
Defines a constant for an event type that disables user interaction with the application. | AssetHandlerRegistry | ||
ENABLE_USER_INTERACTION_EVENT : String = "enableUserInteraction" [static]
Defines a constant for an event type that enables users to interact with the application. | AssetHandlerRegistry |
AssetHandlerRegistry | () | Constructor |
public function AssetHandlerRegistry()
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
getInstance | () | method |
public static function getInstance():AssetHandlerRegistry
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton that retrieves an AssetHandlerRegistry event.
ReturnsAssetHandlerRegistry —
|
isRegistered | () | method |
public function isRegistered(assetType:String):Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Checks whether a handler is registered for a specified assetType.
Parameters
assetType:String — The asset to check.
|
Boolean — Specifies whether the handler is registered. If the value is true, it is registered.
|
lookup | () | method |
public function lookup(assetType:String):IAssetHandler
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the assetHandler that corresponds to the specified assetType.
Parameters
assetType:String — The asset type for which the assetHandler is required.
|
IAssetHandler — An interface implemented by all asset handlers.
|
register | () | method |
public function register(handler:IAssetHandler):void
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton registry that is used to register an asset handler.
Parameters
handler:IAssetHandler — The handler to register.
|
start | () | method |
public function start():void
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Starts the registry that calls the initialize function of individual handlers.
assetActionComplete | Event |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface.
disableUserInteraction | Event |
mx.events.FlexEvent
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
An event that is thrown when the handler is processing and wants the application to disable user interaction.
enableUserInteraction | Event |
mx.events.FlexEvent
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
An event thrown when the handler is done processing and wants the application to reenable user interaction.
launchEditor | Event |
mx.events.FlexEvent
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The launchEditor event is thrown by the handler when the handler has prepared the working asset to be displayed in the corresponding editor.
DISABLE_USER_INTERACTION_EVENT | Constant |
public static const DISABLE_USER_INTERACTION_EVENT:String = "disableUserInteraction"
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Defines a constant for an event type that disables user interaction with the application.
ENABLE_USER_INTERACTION_EVENT | Constant |
public static const ENABLE_USER_INTERACTION_EVENT:String = "enableUserInteraction"
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Defines a constant for an event type that enables users to interact with the application.
Mon Nov 28 2011, 06:48 AM -08:00