The goog.module.ModuleManager.CallbackType Enum

goog.module.ModuleManager.CallbackType

The type of callbacks that can be registered with the module manager,.

@enum
{string}

.ACTIVE

Fired when it becomes active and has module loads to process.

.ERROR

Fired when an error has occurred.

.IDLE

Fired when it becomes idle and has no more module loads to process.

.USER_ACTIVE

Fired when it becomes active and has user-initiated module loads to process.

.USER_IDLE

Fired when it becomes idle and has no more user-initiated module loads to process.