Package | org.as3coreaddendum.system |
Interface | public interface IInitializable |
Classes that need to be initialized before being used can implement this interface to define an initialization pattern.
Property | Defined By | ||
---|---|---|---|
isInitialized : Boolean [read-only]
Defines if the object is initialized or not. | IInitializable |
Method | Defined By | ||
---|---|---|---|
initialize():void
Initializes this object. | IInitializable |