com.main.campustream
Class StreamTab

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

public class StreamTab
extends ListActivity

Author:
Bryan Crabtree

Nested Class Summary
 class StreamTab.StatusAdapter
           
 
Field Summary
 OnItemClickListener streamListListener
          Click listener for the list view.
 
Constructor Summary
StreamTab()
           
 
Method Summary
 void NewComment()
          Opens a dialog to comment on a status.
 void onClick(View v)
           
 void onCreate(Bundle savedInstanceState)
           
 void OpenComments()
          Opens the comment list for the acted upon item.
 void OpenProfile()
          Opens the profile of the acted upon user.
 void refreshList()
          Refreshes the list.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

streamListListener

public OnItemClickListener streamListListener
Click listener for the list view.

Constructor Detail

StreamTab

public StreamTab()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

refreshList

public void refreshList()
Refreshes the list.


OpenProfile

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


onClick

public void onClick(View v)

NewComment

public void NewComment()
Opens a dialog to comment on a status.


OpenComments

public void OpenComments()
Opens the comment list for the acted upon item.