Packagecom.asterisq.constellation.events
Classpublic class ConstellationEvent
InheritanceConstellationEvent Inheritance flash.events.Event

An event associated with the Constellation component.



Public Properties
 PropertyDefined by
  BEHAVIORS_CHANGE : String = "behaviorsChange"
[static] Event type indicating the behaviors were changed.
ConstellationEvent
  STEP : String = "step"
[static] Event type indicating the end of an iteration of the Constellation engine.
ConstellationEvent
  VALIDATE_NODE_POSITIONS : String = "validateNodePositions"
[static] Event type indicating renderer positions were updated.
ConstellationEvent
Public Methods
 MethodDefined by
  
ConstellationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new node renderer event.
ConstellationEvent
  
clone():Event
ConstellationEvent
Property detail
BEHAVIORS_CHANGEproperty
public static var BEHAVIORS_CHANGE:String = "behaviorsChange"

Event type indicating the behaviors were changed.

STEPproperty 
public static var STEP:String = "step"

Event type indicating the end of an iteration of the Constellation engine.

VALIDATE_NODE_POSITIONSproperty 
public static var VALIDATE_NODE_POSITIONS:String = "validateNodePositions"

Event type indicating renderer positions were updated.

Constructor detail
ConstellationEvent()constructor
public function ConstellationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new node renderer event.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event