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).

Inheritance

Constructor

goog.disposable.IDisposable()

Instance Methods

Public Protected Private
dispose()
undefined
Disposes of the object and its resources.
Returns: 
undefined
  Nothing.
code »
isDisposed()
No description.
Returns:   Whether the object has been disposed of.
code »

Package disposable

Package Reference