Пример #1
0
		/// <summary>
		/// Provides a way for
		/// <see cref="TabHost">TabHost</see>
		/// to be notified that the user clicked on a tab indicator.
		/// </summary>
		internal virtual void setTabSelectionListener(android.widget.TabWidget.OnTabSelectionChanged
			 listener)
		{
			mSelectionChangedListener = listener;
		}
Пример #2
0
 /// <summary>
 /// Provides a way for
 /// <see cref="TabHost">TabHost</see>
 /// to be notified that the user clicked on a tab indicator.
 /// </summary>
 internal virtual void setTabSelectionListener(android.widget.TabWidget.OnTabSelectionChanged
                                               listener)
 {
     mSelectionChangedListener = listener;
 }