Interface IMemoryModelListener


@Ser public interface IMemoryModelListener
Interface for code model listeners, which are notified when the model of a native code unit changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when the model is modified.
  • Method Details

    • onModelUpdate

      void onModelUpdate(MemoryModelEvent event)
      This method is called when the model is modified.
      Parameters:
      event -