WearableNavigationDrawerView.OnItemSelectedListener

Added in 1.1.0

public interface WearableNavigationDrawerView.OnItemSelectedListener


Listener which is notified when the user selects an item.

Summary

Public methods

abstract void
onItemSelected(int pos)

Notified when the user has selected an item at position pos.

Public methods

onItemSelected

Added in 1.1.0
abstract void onItemSelected(int pos)

Notified when the user has selected an item at position pos.