public static interface ResultModel.ResultModelChangeListener
Modifier and Type | Method and Description |
---|---|
boolean |
errorOcurred(ExceptionData error,
boolean interrupted,
BasePresenter.ERROR_SOURCE source)
Called by the model whenever certain errors occur.
|
void |
modelChanged(ResultModel.ChangeInfo change)
Called by the model whenever the date in the model is changed.
|
boolean errorOcurred(ExceptionData error, boolean interrupted, BasePresenter.ERROR_SOURCE source)
error
- the Error which occurredinterrupted
- true if the comparison was interrupted by this errorsource
- the Source of the errortrue
if the user was notified, false
if the listener
is not meant for user feedback (e.G. a PDF export)void modelChanged(ResultModel.ChangeInfo change)
change
- this object describes the regions where the data was changed.Copyright © 2010-2022 by i-net software GmbH