The reactor callback functions add a substantial amount of code to your application. This code is provided for you in the Lesson6 directory.
To add the reactor callback functions to your program
Read through the comments in the file to help you understand what it is doing. Note that all the callback functions are stubbed out; the only functionality they perform is to display alert messages when they are fired.
The last function in the file is so important it deserves a heading of its own.