Class com.flashdoctors.syringe.XMLConfiguredContainer

Implemented Interfaces

ILoadEventPublisher ILoadEventListener

Description

Method Index

new XMLConfiguredContainer()
addLoadEventListener(), clearLoadEventListeners(), defsLoaded(), load(), loadNextConfig(), onLoadEvent(), publishLoadEvent(), removeLoadEventListener()

Inherited from SimpleContainer

Constructor Detail

XMLConfiguredContainer

public function XMLConfiguredContainer()

Method Detail

load

public function load(configPath:String):Void

loadNextConfig

public function loadNextConfig():Void

defsLoaded

public function defsLoaded():Void

addLoadEventListener

public function addLoadEventListener(obj:ILoadEventListener):Void

removeLoadEventListener

public function removeLoadEventListener(obj:ILoadEventListener):Void

publishLoadEvent

public function publishLoadEvent(evt:LoadEvent):Void

clearLoadEventListeners

public function clearLoadEventListeners():Void

onLoadEvent

public function onLoadEvent(evt:LoadEvent):Void