Packagecom.as3nui.nativeExtensions.air.kinect.events
Classpublic class DeviceEvent
InheritanceDeviceEvent Inheritance flash.events.Event



Public Methods
 MethodDefined By
  
DeviceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
DeviceEvent
  
clone():Event
[override]
DeviceEvent
Public Constants
 ConstantDefined By
  CONNECTED : String = connected
[static]
DeviceEvent
  DISCONNECTED : String = disconnected
[static]
DeviceEvent
  STARTED : String = started
[static]
DeviceEvent
  STOPPED : String = stopped
[static]
DeviceEvent
Constructor Detail
DeviceEvent()Constructor
public function DeviceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



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

Returns
Event
Constant Detail
CONNECTEDConstant
public static const CONNECTED:String = connected

DISCONNECTEDConstant 
public static const DISCONNECTED:String = disconnected

STARTEDConstant 
public static const STARTED:String = started

STOPPEDConstant 
public static const STOPPED:String = stopped