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() void
Disposes of the object and its resources.
Returns: void  Nothing.
code »
isDisposed() boolean
No description.
Returns: boolean  Whether the object has been disposed of.
code »

Package disposable

Package Reference