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.
Method Summary |
void |
handleEvent(int eventCode,
int storageId)
Invoked once VSDs' status changed. |
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