Packagecom.pcbsys.nirvana.client.event
Classpublic class nTransactionEvent
InheritancenTransactionEvent Inheritance nBaseNirvanaEvent Inheritance flash.events.Event

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



Public Properties
 PropertyDefined By
  transaction : nTransaction
Returns the nTransaction that the event was dealing with.
nTransactionEvent
Public Methods
 MethodDefined By
  
nTransactionEvent(type:String)
nTransactionEvent
Property Detail
transactionproperty
transaction:nTransaction

Returns the nTransaction that the event was dealing with.


Implementation
    public function get transaction():nTransaction
    public function set transaction(value:nTransaction):void
Constructor Detail
nTransactionEvent()Constructor
public function nTransactionEvent(type:String)



Parameters
type:String