IDisposable
pentaho.lang.IDisposable
The IDisposable
interface represents a resource that can be explicitly and deterministically disposed.
Source: doc-js/pentaho/lang/IDisposable.jsdoc, line 16
Methods
Name | Description |
---|---|
dispose() | Disposes of an object if it hasn't been disposed of yet. |
Methods Details
dispose() |
---|
Disposes of an object if it hasn't been disposed of yet. This method should not throw an error in case the resource has already been disposed of. |