Main Page | Packages | Class Tree | Index | Help

xp.events

class RPCValidateParamsEvent

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


class RPCValidateParamsEvent
extends Event

Broadcast when a the params on a call need to be validated

Event; 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


operation: String
The operation to perform


params: Object
The paramaters to be used on this operation


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


valid: Boolean
A Boolean set to false if the params are invalid

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
RPCValidateParamsEvent ( params: Object, operation: String)
Consructs a new rpc status event



Field Documentation

operation

var operation: String
The operation to perform

params

var params: Object
The paramaters to be used on this operation

type

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

valid

var valid: Boolean
A Boolean set to false if the params are invalid


Constructor Documentation

RPCValidateParamsEvent

public function RPCValidateParamsEvent(params: Object,
 operation: String)
Consructs a new rpc status event

Parameters:
params
params: The paramaters to be used on this operation
operation
operation: The operation to perform

The documentation was generated from the following file:


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