src code

class Form.Observer

Description

An Abstract.TimedObserver subclass that watches for changes to a form. The callback is triggered when the form changes — e.g., when any of its fields' values changes, when fields are added/removed, etc.; anything that affects the serialized form of the form (see Form#serialize).

Constructor