Packagecom.jeffdePascale.fosfr.navigation.graphicalNav
Classpublic class GraphicalNavEvent
InheritanceGraphicalNavEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  id : uint
[read-only]
GraphicalNavEvent
Public Methods
 MethodDefined by
  
GraphicalNavEvent(type:String, __id:uint, bubbles:Boolean = false, cancelable:Boolean = false)
GraphicalNavEvent
  
clone():Event
GraphicalNavEvent
  
toString():String
GraphicalNavEvent
Public Constants
 ConstantDefined by
  CHANGE : String = "change"
[static]
GraphicalNavEvent
Property detail
idproperty
id:uint  [read-only]Implementation
    public function get id():uint
Constructor detail
GraphicalNavEvent()constructor
public function GraphicalNavEvent(type:String, __id:uint, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
__id:uint
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
toString()method 
public override function toString():String

Returns
String
Constant detail
CHANGEconstant
public static const CHANGE:String = "change"