model-changed ( model observer -- )
Models

Prev:remove-connection ( observer model -- )
Next:activate-model ( model -- )


Vocabulary
models

Inputs
modela model
observeran object


Outputs
None

Generic word contract
Called to notify observers of a model that the model value has changed as a result of a call to set-model. Observers can be registered with add-connection.

See also
add-connection, remove-connection

Definition

GENERIC: model-changed ( model observer -- )


Methods