Type.createCallback Method
Creates a callback method that retains a parameter, given the function to call back and the parameter to pass to it.
public static function createCallback( method : Function, context : Object ) : Function
Show:
Creates a callback method that retains a parameter, given the function to call back and the parameter to pass to it.
public static function createCallback( method : Function, context : Object ) : Function