Class type Ext_state_Stateful.events


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

Fires before the state of the object is restored. Return false from an event handler to stop the restore.

Parameters:


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

Fires before the state of the object is saved to the configured state provider. Return false to stop the save.

Parameters:


method staterestore : 'e 'f.
(t Js.t -> 'e Js.t -> 'f Js.t -> unit) Js.callback
Js.writeonly_prop

Fires after the state of the object is restored.

Parameters:


method statesave : 'g 'h.
(t Js.t -> 'g Js.t -> 'h Js.t -> unit) Js.callback
Js.writeonly_prop

Fires after the state of the object is saved to the configured state provider.

Parameters: