Class SteamGameCoordinator
- java.lang.Object
-
- in.dragonbra.javasteam.handlers.ClientMsgHandler
-
- in.dragonbra.javasteam.steam.handlers.steamgamecoordinator.SteamGameCoordinator
-
public class SteamGameCoordinator extends ClientMsgHandler
This handler handles all game coordinator messaging.
-
-
Field Summary
-
Fields inherited from class in.dragonbra.javasteam.handlers.ClientMsgHandler
client
-
-
Constructor Summary
Constructors Constructor Description SteamGameCoordinator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMsg(IPacketMsg packetMsg)Handles a client message.voidsend(IClientGCMsg msg, int appId)Sends a game coordinator message for a specific appid.-
Methods inherited from class in.dragonbra.javasteam.handlers.ClientMsgHandler
getClient, isExpectDisconnection, setExpectDisconnection, setup
-
-
-
-
Method Detail
-
send
public void send(IClientGCMsg msg, int appId)
Sends a game coordinator message for a specific appid.- Parameters:
msg- The GC message to send.appId- The app id of the game coordinator to send to.
-
handleMsg
public void handleMsg(IPacketMsg packetMsg)
Description copied from class:ClientMsgHandlerHandles a client message. This should not be called directly.- Specified by:
handleMsgin classClientMsgHandler- Parameters:
packetMsg- The packet message that contains the data.
-
-