套件 | mx.rpc.events |
類別 | public class AbstractEvent |
繼承 | AbstractEvent ![]() ![]() ![]() |
子類別 | FaultEvent, HeaderEvent, InvokeEvent, ResultEvent |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
![]() | bubbles : Boolean [唯讀]
指出事件是否為反昇事件。 | Event | |
![]() | cancelable : Boolean [唯讀]
指出是否可避免與事件相關聯的行為指令。 | Event | |
![]() | constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | |
![]() | currentTarget : Object [唯讀]
正主動使用事件偵聽程式處理 Event 物件的物件。 | Event | |
![]() | eventPhase : uint [唯讀]
事件流程中的目前階段。 | Event | |
![]() | target : Object [唯讀]
事件目標。 | Event | |
token : mx.rpc:AsyncToken [唯讀]
The token that represents the call to the method. | AbstractEvent | ||
![]() | type : String [唯讀]
事件類型。 | Event |
屬性詳細資訊
token | 屬性 |
token:mx.rpc:AsyncToken
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The token that represents the call to the method. Used in the asynchronous completion token pattern.
實作
public function get token():mx.rpc:AsyncToken
Tue Jun 12 2018, 03:47 PM Z