com.main.campustream
Class Profile

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

public class Profile
extends ListActivity

Author:
Bryan Crabtree

Nested Class Summary
 class Profile.StatusAdapter
           
 
Field Summary
static java.lang.String profileURL
           
 OnItemClickListener streamListListener
          Click listener for the list view.
 
Constructor Summary
Profile()
           
 
Method Summary
 void NewComment()
          Opens the comment dialog.
 void onClick(DialogInterface dialog, int which)
           
 void onCreate(Bundle savedInstanceState)
           
 void OpenComments()
          Views the comments of the acted upon status update.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profileURL

public static java.lang.String profileURL

streamListListener

public OnItemClickListener streamListListener
Click listener for the list view.

Constructor Detail

Profile

public Profile()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

NewComment

public void NewComment()
Opens the comment dialog.


OpenComments

public void OpenComments()
Views the comments of the acted upon status update.


onClick

public void onClick(DialogInterface dialog,
                    int which)