Package | weavejs.api.core |
Interface | public interface IDisposableObject |
Implementors | CallbackCollection, LinkablePromise, LinkableVariable, LinkableWatcher, Scheduler, SessionStateLog, Weave, WeavePromise |
See also
Method | Defined By | ||
---|---|---|---|
dispose():void
This function will be called automatically when the object is no longer needed, and should not be called directly. | IDisposableObject |
dispose | () | method |
public function dispose():void
This function will be called automatically when the object is no longer needed, and should not be called directly. Use disposeObject() instead so parent-child relationships get cleaned up automatically.
See also