| パッケージ | com.adobe.ep.ux.content.services.preview |
| インターフェイス | public interface IAssetPreviewService extends IEventDispatcher |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | |
![]() |
イベントをイベントフローに送出します。 | IEventDispatcher | |
Function to get contents of the Asset given the asset path. | IAssetPreviewService | ||
![]() |
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | |
![]() |
EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | |
![]() |
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher | |
イベント
| イベント | 概要 | 定義元 | ||
|---|---|---|---|---|
| Dispatches this event file download is complete | IAssetPreviewService | |||
メソッドの詳細
getAssetContent | () | メソッド |
public function getAssetContent(path:String):void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Function to get contents of the Asset given the asset path.
パラメーター
path:String — Path of the asset for which contents are to be fetched
|
イベントの詳細
filedownloadCompletedEvent | イベント |
イベントオブジェクトの型:
com.adobe.livecycle.content.FileEvent| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Dispatches this event file download is complete
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックメソッドを隠す
継承されるパブリックメソッドを表示