Packagecom.distriqt.extension.scanner.events
Classpublic class ScannerErrorEvent
InheritanceScannerErrorEvent Inheritance flash.events.Event

Represents errors that occurred during the scanning process



Public Properties
 PropertyDefined By
  error : String
Description of the error that occurred
ScannerErrorEvent
Public Methods
 MethodDefined By
  
ScannerErrorEvent(type:String, error:String, bubbles:Boolean = false, cancelable:Boolean = false)
ScannerErrorEvent
  
clone():Event
[override]
ScannerErrorEvent
Public Constants
 ConstantDefined By
  ERROR : String = scanner:error
[static] Dispatched when an error occurs in the scanning process, the data variable may contain more information about the error.
ScannerErrorEvent
Property Detail
errorproperty
public var error:String

Description of the error that occurred

Constructor Detail
ScannerErrorEvent()Constructor
public function ScannerErrorEvent(type:String, error:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
error:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
ERRORConstant
public static const ERROR:String = scanner:error

Dispatched when an error occurs in the scanning process, the data variable may contain more information about the error.