Class AbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>>

    • Constructor Detail

      • AbstractMutableNumeric

        public AbstractMutableNumeric()
    • Method Detail

      • onAfterChange

        @OverrideOnDemand
        protected void onAfterChange()
        This method is invoked after a value changed. This method is also called if e.g. an increment of zero happens so no change effectively was performed.