Package | com.panosalado.controller |
Class | public class StageReference |
Inheritance | StageReference ![]() |
Property | Defined by | ||
---|---|---|---|
stage : Stage | StageReference |
Method | Defined 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 |
Method | Defined by | ||
---|---|---|---|
notify(e:Event):void
| StageReference |
stage | property |
protected var stage:Stage
StageReference | () | constructor |
public function StageReference(weakKeys:Boolean = true)
Parameters
weakKeys:Boolean (default = true )
|
addNotification | () | method |
public function addNotification(object:*, property:String = "stageReference"):void
Parameters
object:* |
|
property:String (default = "stageReference ")
|
notify | () | method |
protected function notify(e:Event):void
Parameters
e:Event |
processDependency | () | method |
public function processDependency(reference:Object, characteristics:*):void
Parameters
reference:Object |
|
characteristics:* |
removeNotification | () | method |
public function removeNotification(object:*, property:String = "stageReference"):void
Parameters
object:* |
|
property:String (default = "stageReference ")
|