W3cubDocs

/Haxe Flash

Event

package flash.events

extended by StageCaptureEvent, AVDictionaryDataEvent, AVHTTPStatusEvent, AVLoadInfoEvent, AVManifestLoadEvent, AVPauseAtPeriodEndEvent, AVPlayStateEvent, AVStatusEvent, AVStreamSwitchEvent, AccelerometerEvent, ActivityEvent, ContextMenuEvent, DRMAuthenticateEvent, DRMAuthenticationCompleteEvent, DRMDeviceGroupEvent, DRMLicenseRequestEvent, DRMMetadataEvent, DRMReturnVoucherCompleteEvent, DRMStatusEvent, FocusEvent, GameInputEvent, GeolocationEvent, GestureEvent, HTTPStatusEvent, KeyboardEvent, MouseEvent, NetDataEvent, NetFilterEvent, NetMonitorEvent, NetStatusEvent, OutputProgressEvent, ProgressEvent, SampleDataEvent, ShaderEvent, SoftKeyboardEvent, StageVideoAvailabilityEvent, StageVideoEvent, StatusEvent, SyncEvent, TextEvent, ThrottleEvent, TimerEvent, TouchEvent, VideoEvent, VideoTextureEvent

Available on flash

Constructor

@:value({ cancelable : false, bubbles : false }) new (type:String, bubbles:Bool = false, cancelable:Bool = false)

Variables

read only bubbles:Bool

read only cancelable:Bool

read only currentTarget:Dynamic

read only eventPhase:EventPhase

read only target:Dynamic

read only type:String

Methods

clone ():Event

formatToString (className:String, ?p1:Dynamic, ?p2:Dynamic, ?p3:Dynamic, ?p4:Dynamic, ?p5:Dynamic):String

isDefaultPrevented ():Bool

preventDefault ():Void

stopImmediatePropagation ():Void

stopPropagation ():Void

toString ():String

Static variables

static read only ACTIVATE:String

static read only ADDED:String

static read only ADDED_TO_STAGE:String

static read only BROWSER_ZOOM_CHANGE:String

static read only CANCEL:String

static read only CHANGE:String

static read only CHANNEL_MESSAGE:String

static read only CHANNEL_STATE:String

@:require(flash10) static read only CLEAR:String

static read only CLOSE:String

static read only COMPLETE:String

static read only CONNECT:String

@:require(flash11) static read only CONTEXT3D_CREATE:String

@:require(flash10) static read only COPY:String

@:require(flash10) static read only CUT:String

static read only DEACTIVATE:String

static read only ENTER_FRAME:String

@:require(flash10) static read only EXIT_FRAME:String

@:require(flash10) static read only FRAME_CONSTRUCTED:String

@:require(flash11_3) static read only FRAME_LABEL:String

static read only FULLSCREEN:String

static read only ID3:String

static read only INIT:String

static read only MOUSE_LEAVE:String

static read only OPEN:String

@:require(flash10) static read only PASTE:String

static read only REMOVED:String

static read only REMOVED_FROM_STAGE:String

static read only RENDER:String

static read only RESIZE:String

static read only SCROLL:String

static read only SELECT:String

@:require(flash10) static read only SELECT_ALL:String

static read only SOUND_COMPLETE:String

@:require(flash11_3) static read only SUSPEND:String

static read only TAB_CHILDREN_CHANGE:String

static read only TAB_ENABLED_CHANGE:String

static read only TAB_INDEX_CHANGE:String

@:require(flash11_3) static read only TEXTURE_READY:String

@:require(flash11) static read only TEXT_INTERACTION_MODE_CHANGE:String

static read only UNLOAD:String

static read only VIDEO_FRAME:String

static read only WORKER_STATE:String

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/events/Event.html