search

goog.Disposable

Provided By
All Implemented Interfaces
All Known Direct Subclasses

Class that provides the basic implementation for disposable objects. If your class holds references or resources that can't be collected by standard GC, it should extend this class or implement the disposable interface (defined in goog.disposable.IDisposable). See description of goog.disposable.IDisposable for examples of cleanup.

new Disposable()

Parameters

None.

Instance Methods

Instance Properties

Static Functions

Compiler Constants

Enumerations