Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db0216c6 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Clarify documentation of AdapterView.OnItemSelectedListener Bug #5331587"

parents 7e180f44 f18c8ddd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -338,8 +338,10 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {
     */
    public interface OnItemSelectedListener {
        /**
         * Callback method to be invoked when an item in this view has been
         * selected.
         * <p>Callback method to be invoked when an item in this view has been
         * selected. This callback is invoked only when the newly selected
         * position is different from the previously selected position or if
         * there was no selected item.</p>
         *
         * Impelmenters can call getItemAtPosition(position) if they need to access the
         * data associated with the selected item.