es.cesar.quitesleep.dialogs
Class AddAllDialog

java.lang.Object
  extended by es.cesar.quitesleep.dialogs.AddAllDialog

public class AddAllDialog
extends java.lang.Object

Author:
Cesar Valiente Gordo

Constructor Summary
AddAllDialog()
          Constructor without parameters.
 
Method Summary
 ProgressDialog getProgressDialog()
           
 void setProgressDialog(ProgressDialog progressDialog)
           
 void showDialog(Context context)
          Show the synchronization message
 void stopDialog(Context context)
          Hide and dismiss the synchronization message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAllDialog

public AddAllDialog()
Constructor without parameters.

Method Detail

getProgressDialog

public ProgressDialog getProgressDialog()

setProgressDialog

public void setProgressDialog(ProgressDialog progressDialog)

showDialog

public void showDialog(Context context)
Show the synchronization message


stopDialog

public void stopDialog(Context context)
Hide and dismiss the synchronization message

Parameters:
context -