The callback function to add.
Adds a callback to the list.
The callback function to remove.
A boolean indicating whether the callback was found and removed.
Removes a callback from the list.
The arguments to pass to the callbacks.
Invokes all callbacks with the provided arguments.
Clears added callbacks
The callback function to add.