|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MemoryReadListener
Listener to wait for memory write event.
Method Summary | |
---|---|
int |
readMemory(Memory memory,
int address,
int value)
Called when the memory is readed. |
Method Detail |
---|
int readMemory(Memory memory, int address, int value) throws SIMException
This is method is called to notify a read at the specified memory loction.
memory
- - Memory readed.address
- - Address where the operation occours.value
- - Value readed from the phisical memory or
from previus installed listener.
SIMException
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |