# Interface: com.pnfsoftware.jeb.core.units.code.asm.analyzer.IMemoryModelListener

Interface for code model listeners, which are notified when the model of a native code unit changes.

## Method: onModelUpdate
- parameter: `event`, type: `com.pnfsoftware.jeb.core.units.code.asm.analyzer.MemoryModelEvent`

Description: This method is called when the model is modified.
parameter: event: memory model event

