Next: , Previous: Defining new functions, Up: Using mixguile


3.4.4 Hook functions

Hooks are functions called before or after a given event occurs. In mixguile, you can define command and break hooks, which are associated, respectively, with command execution and program interruption events. The following sections give you a tutorial on using hook functions within mixguile.