出典:Wikipedia
出典:『Wikipedia』 (2011/06/08 14:45 UTC 版)
In computer programming, a callback is a reference to executable code, or a piece of executable code, that is passed as an argument to other code. This allows a lower-level software layer to call a subroutine (or function) defined in a higher-level layer.