適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
lc.foundation 

IManager  - AS3 ADEP Workspace

套件lc.foundation
介面public interface IManager extends IEventDispatcher

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The IManager interface is implemented to expose operations and properties related to the Document Server session. You implement this interface to authenticate a user and provide the session that is required for all other server operations.



公用屬性
 屬性定義自
  faultHandler : Function
The default fault handler function.
IManager
公用方法
 方法定義自
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。
IEventDispatcher
 Inherited
會將事件傳送到事件流程。
IEventDispatcher
  
Determines whether the default operation is prevented.
IManager
  
Determines whether the default operation is prevented.
IManager
 Inherited
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
會從 EventDispatcher 物件移除偵聽程式。
IEventDispatcher
 Inherited
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。
IEventDispatcher
屬性詳細資訊

faultHandler

屬性
faultHandler:Function

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The default fault handler function. The function must take a single parameter of type LiveCycleFaultEvent. All Workspace API fault events are dispatched to this function, not just the events from the ISessionManager implementation.



實作
    public function get faultHandler():Function
    public function set faultHandler(value:Function):void
方法詳細資訊

handleEvent

()方法
public function handleEvent(token:lc.foundation.util:Token, event:LiveCycleEvent):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Determines whether the default operation is prevented. When the default operation is not prevented, then the fault events and the fault handlers are dispatched.

參數

token:lc.foundation.util:Token — Specifies the token for the operation.
 
event:LiveCycleEvent — Specifies the event to dispatch.

handleFault

()方法 
public function handleFault(token:lc.foundation.util:Token, event:LiveCycleFaultEvent):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Determines whether the default operation is prevented. If the default operation is not prevented, then the fault events and the fault handlers are dispatched.

參數

token:lc.foundation.util:Token — Specifies the token for the operation.
 
event:LiveCycleFaultEvent — Specifies the fault event.





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。