| Package | feathers.core |
| Class | public class AddedWatcher |
| Inheritance | AddedWatcher DisplayListWatcher Object |
See also
| Method | Defined By | ||
|---|---|---|---|
| AddedWatcher | |||
![]() | clearInitializerForClass(type:Class, withName:String = null):void
If an initializer exists for a specific class, it will be removed
completely. | DisplayListWatcher | |
![]() | clearInitializerForClassAndSubclasses(type:Class):void
If an initializer exists for a specific class and its subclasses, the
initializer will be removed completely. | DisplayListWatcher | |
![]() | dispose():void
Stops listening to the root and cleans up anything else that needs to
be disposed. | DisplayListWatcher | |
![]() | getInitializerForClass(type:Class, withName:String = null):Function
If an initializer exists for a specific class, it will be returned. | DisplayListWatcher | |
![]() | getInitializerForClassAndSubclasses(type:Class):Function
If an initializer exists for a specific class and its subclasses, the initializer will be returned. | DisplayListWatcher | |
![]() | setInitializerForClass(type:Class, initializer:Function, withName:String = null):void
Sets the initializer for a specific class. | DisplayListWatcher | |
![]() | setInitializerForClassAndSubclasses(type:Class, initializer:Function):void
Sets an initializer for a specific class and any subclasses. | DisplayListWatcher | |