Class IgnoreFriendCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.callback.IgnoreFriendCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class IgnoreFriendCallback extends CallbackMsg
This callback is fired in response to an attempt at ignoring a friend.
-
-
Constructor Summary
Constructors Constructor Description IgnoreFriendCallback(JobID jobID, MsgClientSetIgnoreFriendResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EResultgetResult()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
IgnoreFriendCallback
public IgnoreFriendCallback(JobID jobID, MsgClientSetIgnoreFriendResponse response)
-
-
Method Detail
-
getResult
public EResult getResult()
- Returns:
- the result of ignoring a friend.
-
-