Interface IChangeHistoryVisitor


  • public interface IChangeHistoryVisitor
    Visits 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 Detail

      • changed

        void changed​(AbstractIvmlVariable var,
                     Value value)
        Called when a variable is about to be changed.
        Parameters:
        var - the variable
        value - the new value