search

goog.module.ModuleLoadCallback

Provided By

Class used to encapsulate the callbacks to be called when a module loads.

new ModuleLoadCallback( fn, opt_handler )

Parameters
fn(Function|null)

Callback function.

opt_handler(Object|null)=

Optional handler under whose scope to execute the callback.

Instance Methods