Uses of Interface
dev.zemco.codegame.presentation.execution.IMemoryCellObserver
Packages that use IMemoryCellObserver
Package
Description
Presents state of the execution to the user.
MVC components for presenting the solution to the user.
-
Uses of IMemoryCellObserver in dev.zemco.codegame.presentation.execution
Classes in dev.zemco.codegame.presentation.execution that implement IMemoryCellObserverModifier and TypeClassDescriptionclassAdapts existingmemory cellby observing its value when manually requested using theUpdatableMemoryCellObserverAdapter.updateValue()method. -
Uses of IMemoryCellObserver in dev.zemco.codegame.presentation.solution
Methods in dev.zemco.codegame.presentation.solution that return types with arguments of type IMemoryCellObserverModifier and TypeMethodDescriptionjavafx.beans.value.ObservableObjectValue<javafx.collections.ObservableList<IMemoryCellObserver>>ISolutionModel.memoryCellsProperty()Property holdingmemory cell observersfor observing memory state during the test evaluation.javafx.beans.value.ObservableObjectValue<javafx.collections.ObservableList<IMemoryCellObserver>>SolutionModel.memoryCellsProperty()