Skip to main content

AOnItemSelectedListener

Complete API reference for AOnItemSelectedListener, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Android Views

Component: no


public class AOnItemSelectedListener

Methods

SignatureReturnsDescription
onItemSelected(AdapterView<?>, View, int, long)voidPerforms the onItemSelected operation using the provided parameters (parent, view, position, id).
onNothingSelected(AdapterView<?>)voidPerforms the onNothingSelected operation using the provided parameters (parent).
onItemSelectedEvent(AdapterView<?>, View, int, long)booleanExecutes onItemSelectedEvent and returns after the underlying engine call finishes.
onNothingSelectedEvent(AdapterView<?>)booleanExecutes onNothingSelectedEvent and returns after the underlying engine call finishes.