The goog.disposable Namespace

The goog.disposable.IDisposable Interface

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). @interface … more