Packagecom.panosalado.controller
Classpublic class StageReference
InheritanceStageReference Inheritance flash.utils.Dictionary



Protected Properties
 PropertyDefined by
  stage : Stage
StageReference
Public Methods
 MethodDefined by
  
StageReference(weakKeys:Boolean = true)
StageReference
  
addNotification(object:*, property:String = "stageReference"):void
StageReference
  
processDependency(reference:Object, characteristics:*):void
StageReference
  
removeNotification(object:*, property:String = "stageReference"):void
StageReference
Protected Methods
 MethodDefined by
  
notify(e:Event):void
StageReference
Property detail
stageproperty
protected var stage:Stage
Constructor detail
StageReference()constructor
public function StageReference(weakKeys:Boolean = true)Parameters
weakKeys:Boolean (default = true)
Method detail
addNotification()method
public function addNotification(object:*, property:String = "stageReference"):voidParameters
object:*
 
property:String (default = "stageReference")
notify()method 
protected function notify(e:Event):voidParameters
e:Event
processDependency()method 
public function processDependency(reference:Object, characteristics:*):voidParameters
reference:Object
 
characteristics:*
removeNotification()method 
public function removeNotification(object:*, property:String = "stageReference"):voidParameters
object:*
 
property:String (default = "stageReference")