class type events =Inheritsobject..end
method complete : 'a 'b.
(t Js.t -> 'a Js.t -> 'b Js.t -> unit) Js.callback
Js.writeonly_propFired when all operations of this batch have been completed
Parameters:
Ext_data_Batch.t Js.t
The batch object
_ Js.t
The last operation that was executed
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method _exception : 'c 'd.
(t Js.t -> 'c Js.t -> 'd Js.t -> unit) Js.callback
Js.writeonly_propFired when a operation encountered an exception
Parameters:
Ext_data_Batch.t Js.t
The batch object
_ Js.t
The operation that encountered the exception
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method operationcomplete : 'e 'f.
(t Js.t -> 'e Js.t -> 'f Js.t -> unit) Js.callback
Js.writeonly_propFired when each operation of the batch completes
Parameters:
Ext_data_Batch.t Js.t
The batch object
_ Js.t
The operation that just completed
_ Js.t
The options object passed to Ext.util.Observable.addListener.