android.app.backup
Class RestoreObserver

java.lang.Object
  extended by android.app.backup.RestoreObserver

public abstract class RestoreObserver
extends Object


Constructor Summary
RestoreObserver()
           
 
Method Summary
 void onUpdate(int nowBeingRestored, String currentPackage)
           
 void restoreFinished(int error)
           
 void restoreStarting(int numPackages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoreObserver

public RestoreObserver()
Method Detail

restoreStarting

public void restoreStarting(int numPackages)

onUpdate

public void onUpdate(int nowBeingRestored,
                     String currentPackage)

restoreFinished

public void restoreFinished(int error)


Copyright © 2008-2012. All Rights Reserved.