ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.ux.content.managers 

IPreviewManager  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.managers
Interfacepublic interface IPreviewManager extends IEventDispatcher

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Handles Preview pod data retrieval from the back end.



Public Methods
 MethodDefined By
 Inherited
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
 Inherited
Dispatches an event into the event flow.
IEventDispatcher
  
Get all the Assets Content for the Given Asset.
IPreviewManager
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
IEventDispatcher
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
IEventDispatcher
Method Detail

getAssetsContent

()method
public function getAssetsContent(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor):void

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Get all the Assets Content for the Given Asset.

Parameters

assetVO:Object — asset object whose preview is to be shown. Content property value is obtained from this object.
 
assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — AssetTypeDescriptor for the above asset. Contains information about the content property of the asset.