Packagecom.pcbsys.nirvana.client.event
Classpublic class nErrorEvent
InheritancenErrorEvent Inheritance nBaseNirvanaEvent Inheritance flash.events.Event
Subclasses nTransactionFailedEvent

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



Public Properties
 PropertyDefined By
  error : Error
Returns the error that was raised
nErrorEvent
Public Methods
 MethodDefined By
  
nErrorEvent(eventType:String)
nErrorEvent
Property Detail
errorproperty
error:Error

Returns the error that was raised


Implementation
    public function get error():Error
    public function set error(value:Error):void
Constructor Detail
nErrorEvent()Constructor
public function nErrorEvent(eventType:String)



Parameters
eventType:String