Packagecom.pcbsys.nirvana.client.event
Classpublic class nTransactionStatusEvent
InheritancenTransactionStatusEvent Inheritance nBaseNirvanaEvent Inheritance flash.events.Event

This class will be used by event dispatchers when events are required



Public Properties
 PropertyDefined By
  status : Boolean
Returns the status of the transaction.
nTransactionStatusEvent
Public Methods
 MethodDefined By
  
nTransactionStatusEvent
Property Detail
statusproperty
status:Boolean

Returns the status of the transaction.


Implementation
    public function get status():Boolean
    public function set status(value:Boolean):void
Constructor Detail
nTransactionStatusEvent()Constructor
public function nTransactionStatusEvent(type:String)



Parameters
type:String