com.main.campustream
Class QuestionPage

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

public class QuestionPage
extends ListActivity

Author:
Bryan Crabtree

Nested Class Summary
 class QuestionPage.ResponseAdapter
           
 
Field Summary
 OnItemClickListener questionListListener
          Click listener for the list view.
 
Constructor Summary
QuestionPage()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

questionListListener

public OnItemClickListener questionListListener
Click listener for the list view.

Constructor Detail

QuestionPage

public QuestionPage()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

onClick

public void onClick(View v)

refreshList

public void refreshList()
Refreshes the list.


OpenProfile

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