Class com.flashdoctors.net.assets.AbstractExternalAsset

Implemented Interfaces

ILoadable

Description

Method Index

new AbstractExternalAsset()
addLoadEventListener(), getFile(), getName(), load(), publishLoadEvent(), removeLoadEventListener(), setFile(), setName()

Constructor Detail

AbstractExternalAsset

public function AbstractExternalAsset()

Method Detail

getName

public function getName():String

Description copied from ILoadable

Function getName

Specified By

getName() in com.flashdoctors.net.ILoadable

setName

public function setName(name:String):Void

Description copied from ILoadable

Function setName

Specified By

setName() in com.flashdoctors.net.ILoadable

setFile

public function setFile(file:IFile):Void

Description copied from ILoadable

Function setFile

Specified By

setFile() in com.flashdoctors.net.ILoadable

getFile

public function getFile():IFile

Description copied from ILoadable

Function getFile

Specified By

getFile() in com.flashdoctors.net.ILoadable

load

public function load():Void

addLoadEventListener

public function addLoadEventListener(obj:ILoadEventListener):Void

removeLoadEventListener

public function removeLoadEventListener(obj:ILoadEventListener):Void

publishLoadEvent

public function publishLoadEvent(evt:LoadEvent):Void