public static interface ViewLifecycle.ModelUpdateListener
Modifier and Type | Method and Description |
---|---|
void |
modelUpdated(Models.CompoundModel compoundModel,
DebuggerEngine de)
Called when compound model is updated.
|
void modelUpdated(Models.CompoundModel compoundModel, DebuggerEngine de)
compoundModel
- The new compound modelde
- The associated debugger engine, whose models were used to create the
compound model. Can be null
, when no active debugger engine
was found.