Class DisconnectedCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.steamclient.callbacks.DisconnectedCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class DisconnectedCallback extends CallbackMsg
This callback is received when the steamclient is physically disconnected from the Steam network.
-
-
Constructor Summary
Constructors Constructor Description DisconnectedCallback(boolean userInitiated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisUserInitiated()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Method Detail
-
isUserInitiated
public boolean isUserInitiated()
- Returns:
- If true, the disconnection was initiated by calling
CMClient.disconnect(). If false, the disconnection was the cause of something not user-controlled, such as a network failure or a forcible disconnection by the remote server.
-
-