Class type Ext_util_AbstractMixedCollection.events


class type events = object .. end
Inherits
method add : 'a 'b.
(Js.number Js.t -> 'a Js.t -> Js.js_string Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when an item is added to the collection.

Parameters:


method clear : 'c. ('c Js.t -> unit) Js.callback Js.writeonly_prop

Fires when the collection is cleared.

Parameters:


method remove : 'd 'e.
('d Js.t -> Js.js_string Js.t Js.optdef -> 'e Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when an item is removed from the collection.

Parameters:


method replace : 'f 'g 'h.
(Js.js_string Js.t -> 'f Js.t -> 'g Js.t -> 'h Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when an item is replaced in the collection.

Parameters: