|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MemoryWriteListener
Listener to wait for memory write event.
Method Summary | |
---|---|
void |
writeMemory(Memory memory,
int address,
int value,
int oldValue)
Called when a memory write event occours. |
Method Detail |
---|
void writeMemory(Memory memory, int address, int value, int oldValue) throws SIMException
This method is called when a memory write operation occours in the specified memory.
memory
- - Memory involved in the write operation.address
- - Address written.value
- - Value written.oldValue
- - Old value of this memory location.
SIMException
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |