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

Commit f18c8ddd authored by Romain Guy's avatar Romain Guy
Browse files

Clarify documentation of AdapterView.OnItemSelectedListener

Bug #5331587

Change-Id: Ic3d6aca573639d6cae3abb45bfe821f5fd31f1bc
parent 7c963167
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.