예제 #1
0
 /// <summary>
 /// Fires when an item is replaced in the hash.
 /// </summary>
 /// <param name="this"><p>.</p>
 /// </param>
 /// <param name="key"><p>The key of the replaced item.</p>
 /// </param>
 /// <param name="value"><p>The new value for the item.</p>
 /// </param>
 /// <param name="old"><p>The old value for the item.</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 replace(HashMap @this, JsString key, object value, object old, object eOpts)
 {
 }
예제 #2
0
 /// <summary>
 /// Fires when an item is removed from the hash.
 /// </summary>
 /// <param name="this"><p>.</p>
 /// </param>
 /// <param name="key"><p>The key of the removed item.</p>
 /// </param>
 /// <param name="value"><p>The value of the removed item.</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 remove(HashMap @this, JsString key, object value, object eOpts)
 {
 }
예제 #3
0
 /// <summary>
 /// Fires when the hash is cleared.
 /// </summary>
 /// <param name="this"><p>.</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 clear(HashMap @this, object eOpts)
 {
 }
예제 #4
0
 /// <summary>
 /// Fires when an item is replaced in the hash.
 /// </summary>
 /// <param name="this"><p>.</p>
 /// </param>
 /// <param name="key"><p>The key of the replaced item.</p>
 /// </param>
 /// <param name="value"><p>The new value for the item.</p>
 /// </param>
 /// <param name="old"><p>The old value for the item.</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 replace(HashMap @this, JsString key, object value, object old, object eOpts){}
예제 #5
0
 /// <summary>
 /// Fires when an item is removed from the hash.
 /// </summary>
 /// <param name="this"><p>.</p>
 /// </param>
 /// <param name="key"><p>The key of the removed item.</p>
 /// </param>
 /// <param name="value"><p>The value of the removed item.</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 remove(HashMap @this, JsString key, object value, object eOpts){}
예제 #6
0
 /// <summary>
 /// Fires when the hash is cleared.
 /// </summary>
 /// <param name="this"><p>.</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 clear(HashMap @this, object eOpts){}