Constructor
Methods
add(callbacks:EitherType<Function, Array<Function>>):Callbacks
Add a callback or a collection of callbacks to a callback list.
fireWith(?context:Dynamic, ?args:Dynamic):Callbacks
Call all callbacks in a list with the given context and arguments.