Class SWFAddressEvent

Event class for SWFAddress.

Public Properties

parameterNames:Array
[read-only] The parameters names of this event.
parameters:Object
[read-only] The parameters of this event.
path:String
[read-only] The path of this event.
pathNames:Array
[read-only] The folders in the deep linking path of this event.
target:Object
[read-only] The target of this event.
type:String
[read-only] The target of this event.
value:String
[read-only] The value of this event.

Public Methods

SWFAddressEvent(type:String)
Creates a new SWFAddress event.
clone():Event
Clones this event.

Public Constants

CHANGE:String = "change"
[static] Change event.
EXTERNAL_CHANGE:String = "externalChange"
[static] External change event.
INIT:String = "init"
[static] Init event.
INTERNAL_CHANGE:String = "internalChange"
[static] Internal change event.

Property detail

parameterNames

parameterNames:Array  [read-only]

The parameters names of this event.


parameters

parameters:Object  [read-only]

The parameters of this event.


path

path:String  [read-only]

The path of this event.


pathNames

pathNames:Array  [read-only]

The folders in the deep linking path of this event.


target

target:Object  [read-only]

The target of this event.


type

type:String  [read-only]

The target of this event.


value

value:String  [read-only]

The value of this event.


Method detail

SWFAddressEvent

public function SWFAddressEvent(type:String)

Creates a new SWFAddress event.

Parameters
type:String — Type of the event.

clone

public override function clone():Event

Clones this event.

Returns
Event

Constant detail

CHANGE

public static const CHANGE:String = "change"

Change event.


EXTERNAL_CHANGE

public static const EXTERNAL_CHANGE:String = "externalChange"

External change event.


INIT

public static const INIT:String = "init"

Init event.


INTERNAL_CHANGE

public static const INTERNAL_CHANGE:String = "internalChange"

Internal change event.