public abstract class SteamMatchmakingServerListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SteamMatchmakingServerListResponse.Response |
| Modifier and Type | Field and Description |
|---|---|
protected long |
callback |
protected long |
pointer |
| Modifier | Constructor and Description |
|---|---|
protected |
SteamMatchmakingServerListResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
deleteCallback(long callback) |
void |
dispose() |
abstract void |
refreshComplete(SteamServerListRequest request,
SteamMatchmakingServerListResponse.Response response) |
abstract void |
serverFailedToRespond(SteamServerListRequest request,
int server) |
abstract void |
serverResponded(SteamServerListRequest request,
int server) |
protected SteamMatchmakingServerListResponse()
public abstract void serverResponded(SteamServerListRequest request, int server)
public abstract void serverFailedToRespond(SteamServerListRequest request, int server)
public abstract void refreshComplete(SteamServerListRequest request, SteamMatchmakingServerListResponse.Response response)
public void dispose()
protected static void deleteCallback(long callback)
Copyright © 2018. All rights reserved.