| Package | com.jeffdePascale.fosfr.navigation |
| Class | public class NavigationEvent |
| Inheritance | NavigationEvent flash.events.Event |
NavigationEvent objects to FosfrSWF instances to notify of updates within the Navigation branch. There are two types of Config Loader Event:
See also
| Property | Defined by | ||
|---|---|---|---|
| id : uint [read-only]
| NavigationEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| SHELL_LOADED : String = "shellLoaded" [static]
The
NavigationEvent.SHELL_LOADED constant defines the value of the type property of the event object for a shellLoaded event. | NavigationEvent | ||
| SUB_SWF_LOADED : String = "subSWFLoaded" [static]
The
NavigationEvent.SUB_SWF_LOADED constant defines the value of the type property of the event object for a subSWFLoaded event. | NavigationEvent | ||
| id | property |
id:uint [read-only]Implementation
public function get id():uint
| SHELL_LOADED | constant |
public static const SHELL_LOADED:String = "shellLoaded"
The NavigationEvent.SHELL_LOADED constant defines the value of the type property of the event object for a shellLoaded event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type | "complete" |
bubbles | A Boolean value. |
cancelable | A Boolean value. |
| SUB_SWF_LOADED | constant |
public static const SUB_SWF_LOADED:String = "subSWFLoaded"
The NavigationEvent.SUB_SWF_LOADED constant defines the value of the type property of the event object for a subSWFLoaded event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type | "complete" |
bubbles | A Boolean value. |
cancelable | A Boolean value. |