DisplayObjectBuilder
| Kind of class: | public interface |
|---|---|
| Package: | com.bourre.ioc.assembler.displayobject |
| Inherits from: | Command |
| Implemented by: | |
| Classpath: | com.bourre.ioc.assembler.displayobject.DisplayObjectBuilder |
| File last modified: | Monday, 24 November 2008, 11:36:56 |
Summary
Instance methods
- getRootTarget : DisplayObjectContainer
- setRootTarget (target:DisplayObjectContainer) : void
- buildDisplayLoader (o:ValueObject) : void
- buildDLL (o:ValueObject) : void
- buildDisplayObject (o:ValueObject) : void
- addListener (listener:DisplayObjectBuilderListener) : Boolean
- removeListener (listener:DisplayObjectBuilderListener) : Boolean
- addEventListener (type:String, listener:Object, rest) : Boolean
- removeEventListener (type:String, listener:Object) : Boolean
- setAntiCache (b:Boolean) : void
- isAntiCache : Boolean
Instance methods
addEventListener
public function addEventListener (
type:String,
listener:Object,
rest) : Boolean
addListener
buildDisplayLoader
buildDisplayObject
buildDLL
getRootTarget
public function getRootTarget (
) : DisplayObjectContainer
isAntiCache
public function isAntiCache (
) : Boolean
removeEventListener
public function removeEventListener (
type:String,
listener:Object) : Boolean
removeListener
setAntiCache
public function setAntiCache (
b:Boolean) : void
setRootTarget
public function setRootTarget (
target:DisplayObjectContainer) : void