public static interface VgMyRemoteMapManager.VgMyRemoteMapManagerCallback
Modifier and Type | Interface and Description |
---|---|
static class |
VgMyRemoteMapManager.VgMyRemoteMapManagerCallback.ErrorCode |
Modifier and Type | Method and Description |
---|---|
void |
listFinished(VgMyRemoteMapManager pRemoteMapManager,
VgMyRemoteMapManager.VgMyRemoteMapManagerCallback.ErrorCode pErrorCode,
VgMyMapManagerListParser pListParser)
Notification that the list of available maps has finished downloading from the map server.
|
void |
mapDownloadFinished(VgMyRemoteMapManager pRemoteMapManager,
VgMyRemoteMapManager.VgMyRemoteMapManagerCallback.ErrorCode pErrorCode,
long pMadID)
Notification that a map has finished downloading from the map server.
|
void listFinished(VgMyRemoteMapManager pRemoteMapManager, VgMyRemoteMapManager.VgMyRemoteMapManagerCallback.ErrorCode pErrorCode, VgMyMapManagerListParser pListParser)
void mapDownloadFinished(VgMyRemoteMapManager pRemoteMapManager, VgMyRemoteMapManager.VgMyRemoteMapManagerCallback.ErrorCode pErrorCode, long pMadID)
pRemoteMapManager
- pErrorCode
- pMapID
-