вы можете поймать результат каждого метода в вашем магазине с помощью
Ext.define('AM.store.AdreessStore', {
extend:'Ext.data.Store',
....
onCreateRecords:function (records, operation, success) {
},
onUpdateRecords:function (records, operation, success) {
},
onDestroyRecords:function (records, operation, success) {
}
...
}