Packageorg.spicefactory.parsley.core.registry
Classpublic class AsyncInitConfig
InheritanceAsyncInitConfig Inheritance Object
Subclasses AsyncInitDecorator

The configuration for an asynchronously initializing object.



Public Properties
 PropertyDefined By
  completeEvent : String = complete
The event type that signals that object initialization has successfully completed.
AsyncInitConfig
  errorEvent : String = error
The event type that signals that object initialization has failed.
AsyncInitConfig
Property Detail
completeEventproperty
public var completeEvent:String = complete

The event type that signals that object initialization has successfully completed.

errorEventproperty 
public var errorEvent:String = error

The event type that signals that object initialization has failed.