| Package | com.acleveraddress.net.multi_loader.abstract |
| Class | public class AbstractDisplay |
| Inheritance | AbstractDisplay flash.display.Sprite |
| Subclasses | Buttons, ItemChart, ItemView, LoaderChart, LoaderView, MultiLoaderItem, MultiLoaderProfilerBaseView, MultiLoaderProfilerButton |
| Method | Defined by | ||
|---|---|---|---|
| AbstractDisplay | |||
| Method | Defined by | ||
|---|---|---|---|
|
added(evt:Event):void
| AbstractDisplay | ||
|
addEvent(item:EventDispatcher, type:String, listener:Function, weakReference:Boolean = true, priority:int = 0):void
| AbstractDisplay | ||
|
removed(evt:Event):void
| AbstractDisplay | ||
|
removeEvent(item:EventDispatcher, type:String, listener:Function):void
| AbstractDisplay | ||
|
removeIfExists(child:DisplayObject, container:DisplayObjectContainer):void
| AbstractDisplay | ||
|
resize(evt:Event = null):void
| AbstractDisplay | ||
| AbstractDisplay | () | constructor |
public function AbstractDisplay()
| added | () | method |
protected function added(evt:Event):voidParameters
evt:Event |
| addEvent | () | method |
protected function addEvent(item:EventDispatcher, type:String, listener:Function, weakReference:Boolean = true, priority:int = 0):voidParameters
item:EventDispatcher |
|
type:String |
|
listener:Function |
|
weakReference:Boolean (default = true) |
|
priority:int (default = 0) |
| removed | () | method |
protected function removed(evt:Event):voidParameters
evt:Event |
| removeEvent | () | method |
protected function removeEvent(item:EventDispatcher, type:String, listener:Function):voidParameters
item:EventDispatcher |
|
type:String |
|
listener:Function |
| removeIfExists | () | method |
protected function removeIfExists(child:DisplayObject, container:DisplayObjectContainer):voidParameters
child:DisplayObject |
|
container:DisplayObjectContainer |
| resize | () | method |
protected function resize(evt:Event = null):voidParameters
evt:Event (default = null) |