Main Page | Packages | Class Tree | Index | Help

xp.events

class CompletedEvent

Object
  |
  +--xp.events.Event
        |
        +--xp.events.CompletedEvent


class CompletedEvent
extends Event

Broadcast a completed event.

Event; broadcast to all registered listeners when a async task is completed


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


cancelled: Boolean
Gets a value indicating whether an asynchronous operation has been cancelled.


error: Number
Gets a value indicating which error occurred during an asynchronous operation.


taskID: Object
Gets the unique identifier for the asynchronous task.


type: String
The type of event, the string "completedEvent"

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
CompletedEvent ( taskID: Object, error: Number, cancelled: Boolean)
Constructs a new PropertyChanged event



Field Documentation

cancelled

var cancelled: Boolean
Gets a value indicating whether an asynchronous operation has been cancelled.

error

var error: Number
Gets a value indicating which error occurred during an asynchronous operation.

taskID

var taskID: Object
Gets the unique identifier for the asynchronous task.

type

var type: String
The type of event, the string "completedEvent"


Constructor Documentation

CompletedEvent

public function CompletedEvent(taskID: Object,
 error: Number,
 cancelled: Boolean)
Constructs a new PropertyChanged event

Parameters:
taskID
property The new value of the property.
error
value The propertyChanged events cant be routed.
cancelled
trigger A trigger

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc