ResourceManager.refreshControls

Syntax

refreshControls(callback: PP.Delegate|function);

Parameters

callback. Callback function.

Description

The refreshControls method refreshes the controls registered in the resources manager.

Example

The example of use is given in the with description of the ResourceManager.registerControl method.

See also:

ResourceManager