Interface RatingView.OnRatingChangedListener

  • Enclosing class:
    RatingView

    public static interface RatingView.OnRatingChangedListener
    Interface to be implemented in order to handle on rating changed.
    • Method Detail

      • onRatingChanged

        void onRatingChanged​(int rate)