public interface IMountShutdownObserver extends IInterface
Modifier and Type | Interface and Description |
---|---|
static class |
IMountShutdownObserver.Stub
Local-side IPC implementation stub class.
|
Modifier and Type | Method and Description |
---|---|
void |
onShutDownComplete(int statusCode)
This method is called when the shutdown of MountService completed.
|
asBinder
void onShutDownComplete(int statusCode) throws RemoteException
statusCode
- indicates success or failure of the shutdown.RemoteException