Class SteamNotifications
- java.lang.Object
-
- in.dragonbra.javasteam.handlers.ClientMsgHandler
-
- in.dragonbra.javasteam.steam.handlers.steamnotifications.SteamNotifications
-
public class SteamNotifications extends ClientMsgHandler
This handler handles steam notifications.
-
-
Field Summary
-
Fields inherited from class in.dragonbra.javasteam.handlers.ClientMsgHandler
client
-
-
Constructor Summary
Constructors Constructor Description SteamNotifications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMsg(IPacketMsg packetMsg)Handles a client message.voidrequestCommentNotifications()Request comment notifications.voidrequestItemAnnouncements()Request new items notifications.voidrequestOfflineMessageCount()Request offline message count.-
Methods inherited from class in.dragonbra.javasteam.handlers.ClientMsgHandler
getClient, isExpectDisconnection, setExpectDisconnection, setup
-
-
-
-
Method Detail
-
requestCommentNotifications
public void requestCommentNotifications()
Request comment notifications. Results are returned in aCommentNotificationsCallback.
-
requestItemAnnouncements
public void requestItemAnnouncements()
Request new items notifications. Results are returned in aItemAnnouncementsCallback.
-
requestOfflineMessageCount
public void requestOfflineMessageCount()
Request offline message count. Results are returned in aOfflineMessageNotificationCallback.
-
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.
-
-