com.main.campustream
Class QuestionsList

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

public class QuestionsList
extends ListActivity

Author:
Bryan Crabtree

Nested Class Summary
 class QuestionsList.QuestionAdapter
           
 
Field Summary
 OnItemClickListener questionListListener
          Click listener for the list view.
 
Constructor Summary
QuestionsList()
           
 
Method Summary
 void NewQuestion()
          Opens a dialog to submit a new question.
 void onClick(View v)
           
 void onCreate(Bundle savedInstanceState)
           
 void OpenQuestion()
          Opens a question and shows its responses.
 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

QuestionsList

public QuestionsList()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

onClick

public void onClick(View v)

refreshList

public void refreshList()
Refreshes the list.


OpenQuestion

public void OpenQuestion()
Opens a question and shows its responses.


NewQuestion

public void NewQuestion()
Opens a dialog to submit a new question.