com.main.campustream
Class FriendsTab

java.lang.Object
  extended by ListActivity
      extended by com.main.campustream.FriendsTab

public class FriendsTab
extends ListActivity

Author:
Bryan Crabtree

Field Summary
 OnItemClickListener friendsListListener
          Click listener for the list view.
 
Constructor Summary
FriendsTab()
           
 
Method Summary
 void onClick(View v)
           
 void onCreate(Bundle savedInstanceState)
           
 void OpenProfile()
          Opens the profile of the acted upon user.
 void refreshList()
          Refreshes the list.
 void removeFriend()
          Makes the default user stop following the acted upon user.
 void removeFriendToast()
          Creates an Android toast event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

friendsListListener

public OnItemClickListener friendsListListener
Click listener for the list view.

Constructor Detail

FriendsTab

public FriendsTab()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

onClick

public void onClick(View v)

OpenProfile

public void OpenProfile()
Opens the profile of the acted upon user.


refreshList

public void refreshList()
Refreshes the list.


removeFriend

public void removeFriend()
Makes the default user stop following the acted upon user.


removeFriendToast

public void removeFriendToast()
Creates an Android toast event.