|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectListActivity
com.main.campustream.FriendsTab
public class FriendsTab
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 |
---|
public OnItemClickListener friendsListListener
Constructor Detail |
---|
public FriendsTab()
Method Detail |
---|
public void onCreate(Bundle savedInstanceState)
public void onClick(View v)
public void OpenProfile()
public void refreshList()
public void removeFriend()
public void removeFriendToast()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |