com.hqme.cm
Interface IStorageManagerCallback

All Known Implementing Classes:
IStorageManagerCallback.Stub

public interface IStorageManagerCallback

IStorageManagerCallback defines the HQME storage manager event callback interface for HQME applications.


Nested Class Summary
static class IStorageManagerCallback.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 void handleEvent(int eventCode, int storageId)
          Invoked once VSDs' status changed.
 

Method Detail

handleEvent

void handleEvent(int eventCode,
                 int storageId)
                 throws android.os.RemoteException
Invoked once VSDs' status changed.

Parameters:
eventCode - enumeration of the event code. Refer to VSDEvents.java for event definitions.
storageId - the storage ID where the event is associated.
Throws:
android.os.RemoteException