18.03.2010, 12:53
Callbacks are called by the server when a certain event occurs, so if you want your code to be executed when something happens you put it into a callback's body. Other functions aren't driven by events directly but they are called from another functions or from those callbacks. So callbacks are on the top of this hierarchy.
Something like that.
Something like that.