Interface IMemoryModelListener
Interface for code model listeners, which are notified when the model of a native code unit
changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onModelUpdate
(MemoryModelEvent event) This method is called when the model is modified.
-
Method Details
-
onModelUpdate
This method is called when the model is modified.- Parameters:
event
-
-