com.main.campustream
Class CommentDialog

java.lang.Object
  extended by Activity
      extended by com.main.campustream.CommentDialog

public class CommentDialog
extends Activity

Author:
Bryan Crabtree

Constructor Summary
CommentDialog()
           
 
Method Summary
 void onClick(View v)
           
 void onCreate(Bundle savedInstanceState)
           
 void submitNewComment()
          Posts a new comment to the currently opened status update.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentDialog

public CommentDialog()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

onClick

public void onClick(View v)

submitNewComment

public void submitNewComment()
Posts a new comment to the currently opened status update.