Packagefeathers.core
Classpublic class AddedWatcher
InheritanceAddedWatcher Inheritance DisplayListWatcher Inheritance Object

This class is deprecated in favor of DisplayListWatcher.

See also

DisplayListWatcher


Public Properties
 PropertyDefined By
 InheritedinitializeOnce : Boolean
Determines if objects added to the display list are initialized only once or every time that they are re-added.
DisplayListWatcher
 InheritedprocessRecursively : Boolean = true
Determines if only the object added should be processed or if its children should be processed recursively.
DisplayListWatcher
 InheritedrequiredBaseClass : Class
The minimum base class required before the AddedWatcher will check to see if a particular display object has any initializers.
DisplayListWatcher
Protected Properties
 PropertyDefined By
 Inheritedroot : DisplayObjectContainer
The root of the display list that is watched for added children.
DisplayListWatcher
Public Methods
 MethodDefined By
  
AddedWatcher
 Inherited
clearInitializerForClass(type:Class, withName:String = null):void
If an initializer exists for a specific class, it will be removed completely.
DisplayListWatcher
 Inherited
If an initializer exists for a specific class and its subclasses, the initializer will be removed completely.
DisplayListWatcher
 Inherited
dispose():void
Stops listening to the root and cleans up anything else that needs to be disposed.
DisplayListWatcher
 Inherited
getInitializerForClass(type:Class, withName:String = null):Function
If an initializer exists for a specific class, it will be returned.
DisplayListWatcher
 Inherited
If an initializer exists for a specific class and its subclasses, the initializer will be returned.
DisplayListWatcher
 Inherited
setInitializerForClass(type:Class, initializer:Function, withName:String = null):void
Sets the initializer for a specific class.
DisplayListWatcher
 Inherited
setInitializerForClassAndSubclasses(type:Class, initializer:Function):void
Sets an initializer for a specific class and any subclasses.
DisplayListWatcher
Constructor Detail
AddedWatcher()Constructor
public function AddedWatcher(root:DisplayObjectContainer)



Parameters
root:DisplayObjectContainer