Functiondojo.data.ItemFileWriteStore.onSet

dojo.require("dojo.data.ItemFileWriteStore");
defined in dojo/data/ItemFileWriteStore.js

See dojo.data.api.Notification.onSet() No need to do anything. This method is here just so that the client code can connect observers to it.

Usage

function (item, attribute, /*Object|Array*/ oldValue, /*Object|Array*/ newValue) (view source)
parametertypedescription
item  
attribute  
oldValueObject|Array 
newValueObject|Array