Methods
-
This method adds a callback which to be triggered when an object is disposed.
Name Type Description callbackfunction A callback function to add
opt_scopeObject optional An object representing the scope
-
Disposes of the object. If the object hasn't already been disposed of, calls
H.util.Disposable#disposeInternal. Child classes should override thedisposeInternalin order to cleanup references, resources and other disposable data. -
Performs appropriate cleanup.