Disable a callback list from doing anything more. This method returns the Callbacks object onto
Lock a callback list in its current state. This method returns the Callbacks object onto which it
Call all callbacks in a list with the given context and arguments. This method returns the Callbacks
Determine if the callbacks have already been called at least once.
Remove a callback or a collection of callbacks from a callback list. This method returns the Callbacks
Determine if the callbacks list has been locked.
Determine if the callbacks list has been disabled.
Remove all of the callbacks from a list. This method returns the Callbacks object onto which it
Add a callback or a collection of callbacks to a callback list. This method returns the Callbacks
Determine whether or not the list has any callbacks attached. If a callback is provided as an argument, determine whether it is in a list.
Page 1 of 2