Interface IChangeHistoryVisitor
-
public interface IChangeHistoryVisitorVisits a change history, i.e., methods are called upon the respective information in no specific sequence. Please do not modify the passed-in information.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchanged(AbstractIvmlVariable var, Value value)Called when a variable is about to be changed.
-
-
-
Method Detail
-
changed
void changed(AbstractIvmlVariable var, Value value)
Called when a variable is about to be changed.- Parameters:
var- the variablevalue- the new value
-
-