es.cesar.quitesleep.dialogs
Class CallLogDialog

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

public class CallLogDialog
extends java.lang.Object

Author:
Cesar Valiente Gordo

Constructor Summary
CallLogDialog()
          Constructor without parameters.
 
Method Summary
 ProgressDialog getProgressDialog()
           
 void setProgressDialog(ProgressDialog progressDialog)
           
 void showDialog(Context context, int typeDialog)
          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

CallLogDialog

public CallLogDialog()
Constructor without parameters.

Method Detail

getProgressDialog

public ProgressDialog getProgressDialog()

setProgressDialog

public void setProgressDialog(ProgressDialog progressDialog)

showDialog

public void showDialog(Context context,
                       int typeDialog)
Show the synchronization message


stopDialog

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

Parameters:
context -