Main Page | Packages | Class Tree | Index | Help

xp.events

class RPCStatusEvent

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


class RPCStatusEvent
extends Event

Broadcast when a call to a service is initiated, to inform the user of the status of the operation.

Broadcast when a call to a service is initiated, to inform the user of the status of the operation.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


code: String
a string giving the name of the condition that occurred


data: Object
an object whose contents depend on the code


type: String
The type of event, the string "status".

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
RPCStatusEvent ( code: String, data: Object)
Consrtucts a new rpc status event



Field Documentation

code

var code: String
a string giving the name of the condition that occurred

data

var data: Object
an object whose contents depend on the code

type

var type: String
The type of event, the string "status".


Constructor Documentation

RPCStatusEvent

public function RPCStatusEvent(code: String,
 data: Object)
Consrtucts a new rpc status event

Parameters:
code
code: a string giving the name of the condition that occurred
data
data: an object whose contents depend on the code

The documentation was generated from the following file:


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