public static interface Memory.MemoryListener
addMemoryListener method. Memory events
occur even if single cell is changed in memory and then is invoked memChange method.| Modifier and Type | Method and Description |
|---|---|
void |
memoryChanged(int memoryPosition)
Invoked when a single memory cell is changed.
|
void |
memorySizeChanged()
Some memories can be dynamic-sized.
|
void memoryChanged(int memoryPosition)
memoryPosition - memory position (address) of changed cellvoid memorySizeChanged()
Copyright © 2017. All rights reserved.