Interface AutoReducingValue.ValueChangedListener

Enclosing class:
AutoReducingValue

public static interface AutoReducingValue.ValueChangedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    valueChanged(int prev, int val, AutoReducingValue arv)
     
  • Method Details