android.widget
Interface RatingBar.OnRatingBarChangeListener

Enclosing class:
RatingBar

public static interface RatingBar.OnRatingBarChangeListener


Method Summary
 void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser)
           
 

Method Detail

onRatingChanged

void onRatingChanged(RatingBar ratingBar,
                     float rating,
                     boolean fromUser)


Copyright © 2008-2012. All Rights Reserved.