com.blogspot.applications4android.comicreader
Class ComicBoundUpdater
java.lang.Object
com.blogspot.applications4android.comicreader.ComicBoundUpdater
public class ComicBoundUpdater
- extends
Class responsible for updating the 'bound' for the current comic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComicBoundUpdater
public ComicBoundUpdater()
setActivity
public void setActivity(ComicStripViewer a)
- Set the activity upon which to display the progress dialog
- Parameters:
a
- the desired activity
doInBackground
protected java.lang.Void doInBackground(java.lang.Void... arg0)
- Main function responsible for downloading the strip in another thread
- Parameters:
arg0
- null
- Returns:
- null
onPreExecute
protected void onPreExecute()
onPostExecute
protected void onPostExecute(java.lang.Void arg0)
onProgressUpdate
protected void onProgressUpdate(java.lang.Void... arg0)