Home | History | Annotate | Download | only in app

Lines Matching defs:TabListener

915          * Set the {@link TabListener} that will handle switching to and from this tab.
916 * All tabs must have a TabListener set before being added to the ActionBar.
921 public abstract Tab setTabListener(TabListener listener);
963 public interface TabListener {