Packagesandy.events
Classpublic class SandyEvent
InheritanceSandyEvent Inheritance flash.events.Event

Conatains custom Sandy events.

See also

BubbleEventBroadcaster


Public Methods
 MethodDefined by
  
SandyEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
SandyEvent
Public Constants
 ConstantDefined by
  CONTAINER_CREATED : String = "containerCreated"
[static] Defines the value of the type property of a containerCreated event object.
SandyEvent
  LIGHT_ADDED : String = "lightAdded"
[static] Defines the value of the type property of a lightAdded event object.
SandyEvent
  LIGHT_COLOR_CHANGED : String = "lightColorChanged"
[static] Defines the value of the type property of a lightColorChanged event object.
SandyEvent
  LIGHT_UPDATED : String = "lightUpdated"
[static] Defines the value of the type property of a lightUpdated event object.
SandyEvent
  QUEUE_COMPLETE : String = "queueComplete"
[static] Defines the value of the type property of a queueComplete event object.
SandyEvent
  QUEUE_LOADER_ERROR : String = "queueLoaderError"
[static] Defines the value of the type property of a queueLoaderError event object.
SandyEvent
  SCENE_CULL : String = "scene_cull"
[static] Defines the value of the type property of a scene_cull event object.
SandyEvent
  SCENE_RENDER : String = "scene_render"
[static] Defines the value of the type property of a scene_render event object.
SandyEvent
  SCENE_RENDER_DISPLAYLIST : String = "scene_render_display_list"
[static] Defines the value of the type property of a scene_render_display_list event object.
SandyEvent
  SCENE_UPDATE : String = "scene_update"
[static] Defines the value of the type property of a scene_update event object.
SandyEvent
Constructor detail
SandyEvent()constructor
public function SandyEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor.

Parameters
type:String — The event type; indicates the action that caused the event.
 
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
Constant detail
CONTAINER_CREATEDconstant
public static const CONTAINER_CREATED:String = "containerCreated"

Defines the value of the type property of a containerCreated event object. Not in use?

See also

LIGHT_ADDEDconstant 
public static const LIGHT_ADDED:String = "lightAdded"

Defines the value of the type property of a lightAdded event object.

See also

LIGHT_COLOR_CHANGEDconstant 
public static const LIGHT_COLOR_CHANGED:String = "lightColorChanged"

Defines the value of the type property of a lightColorChanged event object.

See also

LIGHT_UPDATEDconstant 
public static const LIGHT_UPDATED:String = "lightUpdated"

Defines the value of the type property of a lightUpdated event object.

See also

QUEUE_COMPLETEconstant 
public static const QUEUE_COMPLETE:String = "queueComplete"

Defines the value of the type property of a queueComplete event object. Uneeded? Also in QueueEvent class...

See also

QUEUE_LOADER_ERRORconstant 
public static const QUEUE_LOADER_ERROR:String = "queueLoaderError"

Defines the value of the type property of a queueLoaderError event object. Uneeded? Also in QueueEvent class...

See also

SCENE_CULLconstant 
public static const SCENE_CULL:String = "scene_cull"

Defines the value of the type property of a scene_cull event object.

See also

SCENE_RENDERconstant 
public static const SCENE_RENDER:String = "scene_render"

Defines the value of the type property of a scene_render event object.

See also

SCENE_RENDER_DISPLAYLISTconstant 
public static const SCENE_RENDER_DISPLAYLIST:String = "scene_render_display_list"

Defines the value of the type property of a scene_render_display_list event object.

See also

SCENE_UPDATEconstant 
public static const SCENE_UPDATE:String = "scene_update"

Defines the value of the type property of a scene_update event object.

See also