(Preview)
| Package | mx.data |
| Class | public class DataStoreEventDispatcher |
| Inheritance | DataStoreEventDispatcher Object |
| Implements | IEventDispatcher |
| Language Version: | ActionScript 3.0 |
| Product Version: | LiveCycle Data Services for Java EE 3.1 |
| Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Public Methods
| Method | Defined By | ||
|---|---|---|---|
Constructor. | DataStoreEventDispatcher | ||
| DataStoreEventDispatcher | |||
dispatchCacheFaultEvent(dispatcher:IEventDispatcher, event:MessageFaultEvent, token:mx.rpc:AsyncToken, cacheResponse:Boolean = false):void
Dispatches a fault event based on the specified event and token. | DataStoreEventDispatcher | ||
| DataStoreEventDispatcher | |||
dispatchFileAccessFault(e:Error, dispatcher:IEventDispatcher, token:mx.rpc:AsyncToken, cacheResponse:Boolean = false):void
Dispatches a file access fault event based on the specified error and token. | DataStoreEventDispatcher | ||
dispatchResultEvent(dispatcher:IEventDispatcher, event:MessageEvent, token:mx.rpc:AsyncToken, result:Object, cacheResponse:Boolean = false):void
Dispatches a result event based on the specified event and token. | DataStoreEventDispatcher | ||
| DataStoreEventDispatcher | |||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
| DataStoreEventDispatcher | |||
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| DataStoreEventDispatcher | |||
Constructor Detail
DataStoreEventDispatcher | () | Constructor |
public function DataStoreEventDispatcher(source:EventDispatcher)| Language Version: | ActionScript 3.0 |
| Product Version: | LiveCycle Data Services for Java EE 3.1 |
| Runtime Versions: | Flash Player 9, AIR 1.1 |
Constructor.
Parameterssource:EventDispatcher |
Method Detail
addEventListener | () | method |
dispatchCacheFaultEvent | () | method |
public function dispatchCacheFaultEvent(dispatcher:IEventDispatcher, event:MessageFaultEvent, token:mx.rpc:AsyncToken, cacheResponse:Boolean = false):void| Language Version: | ActionScript 3.0 |
| Product Version: | LiveCycle Data Services for Java EE 3.1 |
| Runtime Versions: | Flash Player 9, AIR 1.1 |
Dispatches a fault event based on the specified event and token.
Parameters
dispatcher:IEventDispatcher | |
event:MessageFaultEvent | |
token:mx.rpc:AsyncToken | |
cacheResponse:Boolean (default = false) |
dispatchEvent | () | method |
dispatchFileAccessFault | () | method |
public function dispatchFileAccessFault(e:Error, dispatcher:IEventDispatcher, token:mx.rpc:AsyncToken, cacheResponse:Boolean = false):void| Language Version: | ActionScript 3.0 |
| Product Version: | LiveCycle Data Services for Java EE 3.1 |
| Runtime Versions: | Flash Player 9, AIR 1.1 |
Dispatches a file access fault event based on the specified error and token.
Parameters
e:Error | |
dispatcher:IEventDispatcher | |
token:mx.rpc:AsyncToken | |
cacheResponse:Boolean (default = false) |
dispatchResultEvent | () | method |
public function dispatchResultEvent(dispatcher:IEventDispatcher, event:MessageEvent, token:mx.rpc:AsyncToken, result:Object, cacheResponse:Boolean = false):void| Language Version: | ActionScript 3.0 |
| Product Version: | LiveCycle Data Services for Java EE 3.1 |
| Runtime Versions: | Flash Player 9, AIR 1.1 |
Dispatches a result event based on the specified event and token. This method will only bother to create a result and dispatch if there is a listener.
Parameters
dispatcher:IEventDispatcher | |
event:MessageEvent | |
token:mx.rpc:AsyncToken | |
result:Object | |
cacheResponse:Boolean (default = false) |
hasEventListener | () | method |
removeEventListener | () | method |
willTrigger | () | method |
Wed Nov 21 2018, 06:34 AM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties