Callback functions are just functions, there is nothing magical about them: you can call them from other functions, scripts, classes, etc just like you would any other function. So to "regularly" process the functions you can call them in a loop or use a timer or something of that ilk.
Pay careful attention to the required and optional input arguments!
