Closure Library API Documentation
Go to class or file:
idisposable.js
No description.
Useful links
Source Code
Git
File Location
/goog/disposable/idisposable.js
Classes
goog.disposable.IDisposable
Interface for a disposable object. If a instance requires cleanup (references COM objects, DOM notes, or other disposable objects), it should implement this interface (it may subclass goog.Disposable).
Directory disposable
File Reference