Packagenet.systemeD.halcyon.connection
Classpublic class WayNodeEvent
InheritanceWayNodeEvent Inheritance EntityEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
 Inheritedentity : Entity
EntityEvent
  index : uint
[read-only]
WayNodeEvent
  node : Node
[read-only]
WayNodeEvent
  way : Way
[read-only]
WayNodeEvent
Protected Properties
 PropertyDefined by
 Inheriteditem : Entity
EntityEvent
Public Methods
 MethodDefined by
  
WayNodeEvent(type:String, node:Node, way:Way, index:uint)
WayNodeEvent
  
toString():String
WayNodeEvent
Property detail
indexproperty
index:uint  [read-only]Implementation
    public function get index():uint
nodeproperty 
node:Node  [read-only]Implementation
    public function get node():Node
wayproperty 
way:Way  [read-only]Implementation
    public function get way():Way
Constructor detail
WayNodeEvent()constructor
public function WayNodeEvent(type:String, node:Node, way:Way, index:uint)Parameters
type:String
 
node:Node
 
way:Way
 
index:uint
Method detail
toString()method
public override function toString():String

Returns
String