Class UpdatableMemoryCellObserverAdapter

java.lang.Object
dev.zemco.codegame.presentation.execution.UpdatableMemoryCellObserverAdapter
All Implemented Interfaces:
IMemoryCellObserver

public class UpdatableMemoryCellObserverAdapter extends Object implements IMemoryCellObserver
Adapts existing memory cell by observing its value when manually requested using the updateValue() method. Value updates are listenable to through the value property.
Author:
Erik Zemčík