This file contains callback functions.
Callback functions are typically used for event handlers that are asynchronous.
| Function | Description |
|---|---|
| CallbackSet() | Invoked to instantiate a new CallbackSet object. |
| CallbackSet.prototype.registerCallback() | Invoked asynchronously to handle callbacks from the container. |
| CallbackSet.prototype.callbackHandler() | Invoked asynchronously to handle callbacks from the container. |