Class com.flashdoctors.context.XMLApplicationContext

Implemented Interfaces

ILoadEventPublisher ILoadEventListener IApplicationContext IMessageSource

Description

an application context that uses syringe XML container, and XML message source.

Method Index

new XMLApplicationContext()
addLoadEventListener(), clearLoadEventListeners(), load(), onLoadEvent(), publishLoadEvent(), removeLoadEventListener(), setContainerLocation(), setMessageSourceLocation()

Inherited from SimpleApplicationContext

Constructor Detail

XMLApplicationContext

public function XMLApplicationContext()

Method Detail

setContainerLocation

public function setContainerLocation(file:String):Void

setMessageSourceLocation

public function setMessageSourceLocation(file:String):Void

load

public function load():Void

addLoadEventListener

public function addLoadEventListener(obj:ILoadEventListener):Void

removeLoadEventListener

public function removeLoadEventListener(obj:ILoadEventListener):Void

clearLoadEventListeners

public function clearLoadEventListeners():Void

publishLoadEvent

public function publishLoadEvent(evt:LoadEvent):Void

onLoadEvent

public function onLoadEvent(evt:LoadEvent):Void