| Package | org.spicefactory.parsley.core.bootstrap |
| Interface | public interface AsyncConfigurationProcessor extends ConfigurationProcessor, flash.events.IEventDispatcher |
| Implementors | PropertiesFileProcessor, XmlConfigurationProcessor |
| Method | Defined By | ||
|---|---|---|---|
cancel():void
Invoked when the configuration process gets cancelled, usually due to an associated Context
having been destroyed. | AsyncConfigurationProcessor | ||
![]() | processConfiguration(registry:ObjectDefinitionRegistry):void
Processes all configuration artifacts and adds object definitions to the specified registry. | ConfigurationProcessor | |
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when the processor successfully finished. | AsyncConfigurationProcessor | |||
| Dispatched when processing the configuration failed. | AsyncConfigurationProcessor | |||
| cancel | () | method |
public function cancel():voidInvoked when the configuration process gets cancelled, usually due to an associated Context having been destroyed.
| complete | Event |
flash.events.Eventflash.events.Event.COMPLETEDispatched when the processor successfully finished.
| error | Event |
flash.events.ErrorEventflash.events.ErrorEvent.ERRORDispatched when processing the configuration failed.