Class CMListCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.steamclient.callbacks.CMListCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class CMListCallback extends CallbackMsg
This callback is received when the client has received the CM list from Steam.
-
-
Constructor Summary
Constructors Constructor Description CMListCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientCMList.Builder cmMsg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ServerRecord>getServers()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Method Detail
-
getServers
public java.util.Collection<ServerRecord> getServers()
- Returns:
- the CM server list.
-
-