| Package | Description |
|---|---|
| emulib.plugins.memory |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Memory.MemoryListener> |
AbstractMemoryContext.listeners
List of all memory listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMemoryContext.addMemoryListener(Memory.MemoryListener listener)
Adds a listener onto listeners list
|
void |
MemoryContext.addMemoryListener(Memory.MemoryListener listener)
Adds the specified memory listener to receive memory events from this memory.
|
void |
AbstractMemoryContext.removeMemoryListener(Memory.MemoryListener listener)
Removes the listener from listeners list
|
void |
MemoryContext.removeMemoryListener(Memory.MemoryListener listener)
Removes the specified memory listener so that it no longer receives memory
events from this memory.
|
Copyright © 2017. All rights reserved.