Documentation of 'vmm3d.core.Parameterizable' Java class
Parameterizable
vmm3d.core

Interface Parameterizable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void parameterChanged(Parameter param, java.lang.Object oldValue, java.lang.Object newValue)
      This method is called by parameters that are "owned" by this Parameteriazable object when their values are set.
    • Method Detail

      • parameterChanged

        void parameterChanged(Parameter param,
                              java.lang.Object oldValue,
                              java.lang.Object newValue)
        This method is called by parameters that are "owned" by this Parameteriazable object when their values are set.
        Parameters:
        param - The Parmeter whose value has been set.
        oldValue - The previous value of the parameter.
        newValue - The new, current value of the parameter. This is not necessarily guaranteed to be different from the old value (although it is for parameters definedin the VMM core).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.