FileDocCategorySizeDatePackage
IMountShutdownObserver.javaAPI DocAndroid 5.1 API4325Thu Mar 12 22:22:10 GMT 2015android.os.storage

IMountShutdownObserver

public interface IMountShutdownObserver implements android.os.IInterface
Callback class for receiving events related to shutdown.
hide
- For internal consumption only.

Fields Summary
Constructors Summary
Methods Summary
public voidonShutDownComplete(int statusCode)
This method is called when the shutdown of MountService completed.

param
statusCode indicates success or failure of the shutdown.