Adds a callback to this collection.
void add(ArgumentCallback<T> callback) { _callbacks.add(callback); }