public abstract class ClientMsgHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
private SteamClient |
client
Gets the underlying
SteamClient for use in sending replies. |
| Constructor and Description |
|---|
ClientMsgHandler()
Initializes a new instance of the
ClientMsgHandler class. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handleMsg(IPacketMsg packetMsg)
Handles a client message.
|
void |
setup(SteamClient client) |
private SteamClient client
SteamClient for use in sending replies.public ClientMsgHandler()
ClientMsgHandler class.public void setup(SteamClient client)
public abstract void handleMsg(IPacketMsg packetMsg)
packetMsg - The packet message that contains the data.Copyright © 2012. All Rights Reserved.