Packagecom.jeffdePascale.fosfr.navigation.swfAddress
Classpublic class SWFAddressHandlerEvent
InheritanceSWFAddressHandlerEvent Inheritance flash.events.Event

Fosfr dispatches SWFAddressHandlerEvent objects when changes occur in the SWFAddressHandler class. There is one type of SWFAddressHandlerEvent:

See also

com.jeffdePascale.fosfr.navigation.swfAddress.SWFAddressHandler


Public Constants
 ConstantDefined 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
Constant detail
CHANGEconstant
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.
INITconstant 
public static const INIT:String = "init"
SUB_LINKconstant 
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.