"change:[attribute]" (model, value, options) â when a specific attribute has been updated.
"update" (collection, options) â single event triggered after any number of models have been added or removed from a collection.
listenToOnceobject.listenToOnce(other, event, callback) Just like
"route" (route, params) â Fired by the router when any route has been matched.
"change" (model, options) â when a model's attributes have changed.
"remove" (model, collection, options) â when a model is removed from a collection.
"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.
"sort" (collection, options) â when the collection has been re-sorted.
listenToobject.listenTo(other, event, callback) Tell an object to listen to a particular event on an other object.
Page 2 of 3