M - the modelpublic interface IModelListener<M extends IModel>
| Modifier and Type | Method and Description |
|---|---|
void |
notifyReplaced(M oldModel,
M newModel)
Is called to notify that
oldModel is replaced by
newModel. |
void notifyReplaced(M oldModel, M newModel)
oldModel is replaced by
newModel. The listener registrations for
oldModel will be adjusted accordingly.oldModel or newModel
during this method.oldModel - the old model being replacednewModel - the new model (the replacement)Copyright © 2009 - 2018 SSE. All Rights Reserved.