| Package | com.jeffdePascale.fosfr.navigation.swfAddress |
| Class | public class SWFAddressHandlerEvent |
| Inheritance | SWFAddressHandlerEvent flash.events.Event |
SWFAddressHandlerEvent objects when changes occur in the SWFAddressHandler class. There is one type of SWFAddressHandlerEvent:
See also
| Constant | Defined by | ||
|---|---|---|---|
| CHANGE : String = "change" [static]
The
SWFAddressHandlerEvent.CHANGE constant defines the value of the type property of the event object for a change event. | SWFAddressHandlerEvent | ||
| INIT : String = "init" [static]
| SWFAddressHandlerEvent | ||
| SUB_LINK : String = "subLink" [static]
The
SWFAddressHandlerEvent.SUB_LINK constant defines the value of the type property of the event object for a subLink event. | SWFAddressHandlerEvent | ||
| CHANGE | constant |
public static const CHANGE:String = "change"
The SWFAddressHandlerEvent.CHANGE constant defines the value of the type property of the event object for a change event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type | "complete" |
bubbles | A Boolean value. |
cancelable | A Boolean value. |
address | A string value of the new value from SWFAddress. |
| INIT | constant |
public static const INIT:String = "init"
| SUB_LINK | constant |
public static const SUB_LINK:String = "subLink"
The SWFAddressHandlerEvent.SUB_LINK constant defines the value of the type property of the event object for a subLink event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type | "complete" |
bubbles | A Boolean value. |
cancelable | A Boolean value. |
address | A string value of the subLink address passed from the SWFAddressHandler class. |