Package | mx.core |
Interface | public interface ITransientDeferredInstance extends IDeferredInstance |
Implementors | DeferredInstanceFromClass, DeferredInstanceFromFunction |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
See also
Method | Defined By | ||
---|---|---|---|
getInstance():Object
Creates an instance Object from a class or function,
if the instance does not yet exist. | IDeferredInstance | ||
reset():void
Resets the state of our factory to its initial state, clearing any
references to the cached instance. | ITransientDeferredInstance |