Class CodeUnitUserDataChangeRecord

    • Constructor Detail

      • CodeUnitUserDataChangeRecord

        public CodeUnitUserDataChangeRecord​(java.lang.String propertyName,
                                            Address codeUnitAddr,
                                            java.lang.Object oldValue,
                                            java.lang.Object newValue)
        Constructor
        Parameters:
        propertyName - name of the property
        codeUnitAddr - address of the code unit
        oldValue - old value
        newValue - new value
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
        Get the name of the property being changed.
      • getAddress

        public Address getAddress()
        Get the address of the code unit for this property change.