包 | com.adobe.solutions.rca.services.impl |
类 | public class CacheToken |
继承 | CacheToken AsyncToken EventDispatcher Object |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
cache : Object
An instance of Cache in which the value is looked for. | CacheToken | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
key : String
Key that is looked up in the cache. | CacheToken | ||
message : IMessage [只读]
提供对关联消息的访问。 | AsyncToken | ||
responders : Array [只读]
异步请求完成时将要调用的 IResponder 处理程序数组。 | AsyncToken | ||
result : Object [只读]
关联的 RPC 调用返回的结果。 | AsyncToken |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
CacheToken(message:IMessage = null)
The constructor for CacheToken class. | CacheToken | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | EventDispatcher | ||
可向响应器 Array 中添加响应器。 | AsyncToken | ||
将事件调度到事件流中。 | EventDispatcher | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | EventDispatcher | ||
表示对象是否已经定义了指定的属性。 | Object | ||
确定此标记是否至少具有一个注册的 mx.rpc.IResponder。 | AsyncToken | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
ERROR_STATE : String = "ERROR_STATE" [静态]
This property denotes that the token is in an error state. | CacheToken | ||
WAIT_STATE : String = "WAIT_STATE" [静态]
This property denotes that the token is currently waiting for a remote object to return the response. | CacheToken |
属性详细信息
cache | 属性 |
key | 属性 |
构造函数详细信息
CacheToken | () | 构造函数 |
常量详细信息
ERROR_STATE | 常量 |
public static const ERROR_STATE:String = "ERROR_STATE"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property denotes that the token is in an error state.
WAIT_STATE | 常量 |
public static const WAIT_STATE:String = "WAIT_STATE"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property denotes that the token is currently waiting for a remote object to return the response.
Tue Jun 12 2018, 11:04 AM Z