execCallback

public function execCallback(n:String):Object
Executes a legacy callback. This method is useful to call old 2.x option callbacks. There new event model is a better way to add callback so this method might be removed in the future.

Params

Name Type Description
n String Name of the callback to execute.

Returns

Object Return value passed from callback function.