/// <summary> /// Fired when a operation encountered an exception /// </summary> /// <param name="batch"><p>The batch object</p> /// </param> /// <param name="operation"><p>The operation that encountered the exception</p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void exception(Batch batch, object operation, object eOpts){}
/// <summary> /// Fired when each operation of the batch completes /// </summary> /// <param name="batch"><p>The batch object</p> /// </param> /// <param name="operation"><p>The operation that just completed</p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void operationcomplete(Batch batch, object operation, object eOpts){}
/// <summary> /// @private /// Associates this Operation with a Batch /// @param {Ext.data.Batch} batch The batch /// </summary> public void setBatch(Batch batch){}
/// <summary> /// Associates this Operation with a Batch /// </summary> /// <param name="batch"><p>The batch</p> /// </param> private void setBatch(Batch batch){}
/// <summary> /// Associates this Operation with a Batch /// </summary> /// <param name="batch"><p>The batch</p> /// </param> private void setBatch(Batch batch) { }
/// <summary> /// Fired when each operation of the batch completes /// </summary> /// <param name="batch"><p>The batch object</p> /// </param> /// <param name="operation"><p>The operation that just completed</p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void operationcomplete(Batch batch, object operation, object eOpts) { }
/// <summary> /// Fired when a operation encountered an exception /// </summary> /// <param name="batch"><p>The batch object</p> /// </param> /// <param name="operation"><p>The operation that encountered the exception</p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void exception(Batch batch, object operation, object eOpts) { }