This commit is contained in:
hneemann 2016-04-24 10:46:58 +02:00
parent be4133e386
commit 4699427422

View File

@ -7,7 +7,7 @@ import de.neemann.digital.gui.components.CircuitComponent;
/**
* This observer is added to the model if real time timers are started.
* Its paints the CircuitComponent after a step is calculated.
* This observer paints the CircuitComponent after a step is calculated.
* It is registered to all elements which visual representation depends on a model value.
* This listener method only sets a flag if there was a change.
* For repainting it is also registered to the model to repaint the circuit if the step is complete.