com.main.campustream
Class CommentList

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

public class CommentList
extends ListActivity

Author:
Bryan Crabtree

Nested Class Summary
 class CommentList.StatusAdapter
           
 
Constructor Summary
CommentList()
           
 
Method Summary
 void onClick(View v)
           
 void onCreate(Bundle savedInstanceState)
           
 void OpenProfile()
          Opens the profile of the acted upon user.
 void refreshList()
          Refreshes the comment list for the current status.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentList

public CommentList()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

refreshList

public void refreshList()
Refreshes the comment list for the current status.


OpenProfile

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


onClick

public void onClick(View v)