Package | com.panosalado.events |
Class | public class CameraEvent |
Inheritance | CameraEvent ![]() |
Method | Defined by | ||
---|---|---|---|
CameraEvent(type:String)
| CameraEvent | ||
clone():Event
| CameraEvent |
Constant | Defined 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 |
CameraEvent | () | constructor |
public function CameraEvent(type:String)
Parameters
type:String |
clone | () | method |
public override function clone():Event
Returns
Event |
ACTIVE | constant |
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_CHANGE | constant |
public static const ENABLED_CHANGE:String = "enabledChange"
INACTIVE | constant |
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.