Main Page | Packages | Class Tree | Index | Help

xp.events

class FaultEvent

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


class FaultEvent
extends Event

Broadcast a fault event.

Fault event is a generic event, that enable setting, getting a typed value


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


fault: Object
The Fault property indicates the fault that is returning to it's caller

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
FaultEvent ( type: String, fault: Object)
Constructs a new Fault event



Field Documentation

fault

var fault: Object
The Fault property indicates the fault that is returning to it's caller


Constructor Documentation

FaultEvent

public function FaultEvent(type: String,
 fault: Object)
Constructs a new Fault event

Parameters:
type
The type of this eventThe fault for this event
fault

The documentation was generated from the following file:


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