M - the model typepublic interface IModelReloadListener<M extends IModel>
IModelListener.| Modifier and Type | Method and Description |
|---|---|
void |
notifyReloadFailed(M model)
Is called to notify that
model was not successfully reloaded, e.g., due to syntactic or semantic
errors. |
void notifyReloadFailed(M model)
model was not successfully reloaded, e.g., due to syntactic or semantic
errors. Please note that successful reloads are notified through IModelListener.model - the model that was not updatedCopyright © 2009 - 2018 SSE. All Rights Reserved.