"all" â this special event fires for any triggered event, passing the event name as the first argument followed by all trigger arguments.
listenToOnceobject.listenToOnce(other, event, callback) Just like
"update" (collection, options) â single event triggered after any number of models have been added or removed from a collection.
"route" (route, params) â Fired by the router when any route has been matched.
"remove" (model, collection, options) â when a model is removed from a collection.
"change" (model, options) â when a model's attributes have changed.
"add" (model, collection, options) â when a model is added to a collection.
"error" (model_or_collection, response, options) â when a model's or collection's request to the server has failed.
listenToobject.listenTo(other, event, callback) Tell an object to listen to a particular event on an other object.
"destroy" (model, collection, options) â when a model is destroyed.
Page 2 of 3