Package dev.zemco.codegame.presentation.execution
package dev.zemco.codegame.presentation.execution
Presents state of the execution to the user.
- Author:
- Erik Zemčík
- See Also:
-
ClassDescriptionObserves value changes of a
memory celland notifies listeners about new values.JavaFX control presenting the state of a memory during execution.Adapts existingmemory cellby observing its value when manually requested using theUpdatableMemoryCellObserverAdapter.updateValue()method.