Set the function to call. When called multiple times, only the final added function will be called.
Clear the callback so no function will get called.
Remove the given function from the callback. Doesn't do anything if the function is not set as callback.
Represent for a single callback function. Use the add() method or the assignment operator = to set the function to call.