Packagecom.panosalado.events
Classpublic class CameraEvent
InheritanceCameraEvent Inheritance flash.events.Event



Public Methods
 MethodDefined by
  
CameraEvent(type:String)
CameraEvent
  
clone():Event
CameraEvent
Public Constants
 ConstantDefined by
  ACTIVE : String = "active"
[static] The CameraEvent.ACTIVE constant defines the value of the type property of the event object for an active event.
CameraEvent
  ENABLED_CHANGE : String = "enabledChange"
[static]
CameraEvent
  INACTIVE : String = "inactive"
[static] The CameraEvent.INACTIVE constant defines the value of the type property of the event object for an inactive event.
CameraEvent
Constructor detail
CameraEvent()constructor
public function CameraEvent(type:String)Parameters
type:String
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
ACTIVEconstant
public static const ACTIVE:String = "active"

The CameraEvent.ACTIVE constant defines the value of the type property of the event object for an active event.

ENABLED_CHANGEconstant 
public static const ENABLED_CHANGE:String = "enabledChange"
INACTIVEconstant 
public static const INACTIVE:String = "inactive"

The CameraEvent.INACTIVE constant defines the value of the type property of the event object for an inactive event.