Packageorg.spicefactory.parsley.core.bootstrap
Interfacepublic interface AsyncConfigurationProcessor extends ConfigurationProcessor, flash.events.IEventDispatcher
Implementors PropertiesFileProcessor, XmlConfigurationProcessor

Interface to be implemented by ConfigurationProcessors that operate asynchronously.



Public Methods
 MethodDefined By
  
cancel():void
Invoked when the configuration process gets cancelled, usually due to an associated Context having been destroyed.
AsyncConfigurationProcessor
 Inherited
Processes all configuration artifacts and adds object definitions to the specified registry.
ConfigurationProcessor
Events
 Event Summary Defined By
  Dispatched when the processor successfully finished.AsyncConfigurationProcessor
  Dispatched when processing the configuration failed.AsyncConfigurationProcessor
Method Detail
cancel()method
public function cancel():void

Invoked when the configuration process gets cancelled, usually due to an associated Context having been destroyed.

Event Detail
complete Event
Event Object Type: flash.events.Event
Event.type property = flash.events.Event.COMPLETE

Dispatched when the processor successfully finished.

error Event  
Event Object Type: flash.events.ErrorEvent
ErrorEvent.type property = flash.events.ErrorEvent.ERROR

Dispatched when processing the configuration failed.