Packagecom.asterisq.constellation.events
Classpublic class NodeRendererChangeEvent
InheritanceNodeRendererChangeEvent Inheritance flash.events.Event

An event dispatched after a node renderer's property changes.



Public Properties
 PropertyDefined by
  oldValue : *
[read-only] the value before the property changed.
NodeRendererChangeEvent
  propertyName : String
[read-only] the name of the property that changed.
NodeRendererChangeEvent
Public Methods
 MethodDefined by
  
NodeRendererChangeEvent(eventType:String, oldValue:String, propertyName:* = null)
Creates a new node renderer change event.
NodeRendererChangeEvent
  
clone():Event
NodeRendererChangeEvent
Public Constants
 ConstantDefined by
  NODE_CHANGE : String = "nodeChange"
[static] Event type indicating the node renderer's node changed.
NodeRendererChangeEvent
  PHYSICS_CHANGE : String = "physicsChange"
[static] Event type indicating the node renderer's physics properties changed.
NodeRendererChangeEvent
  POSITION_CHANGE : String = "positionChange"
[static] Event type indicating the node renderer's position changed.
NodeRendererChangeEvent
Property detail
oldValueproperty
oldValue:*  [read-only]

the value before the property changed.

Implementation
    public function get oldValue():*
propertyNameproperty 
propertyName:String  [read-only]

the name of the property that changed.

Implementation
    public function get propertyName():String
Constructor detail
NodeRendererChangeEvent()constructor
public function NodeRendererChangeEvent(eventType:String, oldValue:String, propertyName:* = null)

Creates a new node renderer change event.

Parameters
eventType:String
 
oldValue:String
 
propertyName:* (default = null)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
NODE_CHANGEconstant
public static const NODE_CHANGE:String = "nodeChange"

Event type indicating the node renderer's node changed.

PHYSICS_CHANGEconstant 
public static const PHYSICS_CHANGE:String = "physicsChange"

Event type indicating the node renderer's physics properties changed.

POSITION_CHANGEconstant 
public static const POSITION_CHANGE:String = "positionChange"

Event type indicating the node renderer's position changed.