Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
notify-connections ( model -- )
Vocabulary
models
Inputs and outputs
model
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
models
:
notify-connections
( model -- )
dup
connections>>
[
model-changed
]
with
each
;