Modifier and Type | Class and Description |
---|---|
class |
AppChangesCallback
This callback is received in response to calling
SteamApps.getAppChanges() . |
class |
AppInfoCallback
This callback is received in response to calling
SteamApps.getAppInfo(int) . |
class |
AppOwnershipTicketCallback
This callback is received in response to calling
SteamApps.getAppOwnershipTicket(int) . |
class |
DepotKeyCallback
This callback is recieved in response to calling
SteamApps.getDepotDecryptionKey() . |
class |
GameConnectTokensCallback
This callback is fired when the client receives a list of game connect tokens.
|
class |
LicenseListCallback
This callback is fired during logon, informing the client of it's available licenses.
|
class |
PackageInfoCallback
This callback is received in response to calling
SteamApps.getPackageInfo(int) . |
class |
VACStatusCallback
This callback is fired when the client receives it's VAC banned status.
|
Modifier and Type | Class and Description |
---|---|
class |
UGCDetailsCallback
This callback is recieved in response to calling
SteamCloud.requestUGCDetails(long) . |
Modifier and Type | Class and Description |
---|---|
class |
ChatActionResultCallback
This callback is fired when a chat action has completed.
|
class |
ChatEnterCallback
This callback is fired in response to attempting to join a chat.
|
class |
ChatInviteCallback
This callback is fired when a chat invite is recieved.
|
class |
ChatMemberInfoCallback
This callback is fired in response to chat member info being recieved.
|
class |
ChatMsgCallback
This callback is fired when a chat room message arrives.
|
class |
FriendAddedCallback
This callback is fired in response to adding a user to your friends list.
|
class |
FriendMsgCallback
This callback is fired in response to receiving a message from a friend.
|
class |
FriendsListCallback
This callback is fired when the client receives a list of friends.
|
class |
IgnoreFriendCallback
This callback is fired in response to an attempt at ignoring a friend.
|
class |
PersonaStateCallback
This callback is fired in response to someone changing their friend details over the network.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageCallback
This callback is fired when a game coordinator message is recieved from the network.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusReplyCallback
This callback is fired when the game server receives a status reply.
|
class |
TicketAuthCallback
This callback is fired when ticket authentication has completed.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryCallback
This callback is received in response to calling
SteamMasterServer.serverQuery(QueryDetails) . |
Modifier and Type | Class and Description |
---|---|
class |
SessionStartCallback
This callback is fired when a trading session has started.
|
class |
TradeProposedCallback
This callback is fired when this client receives a trade proposal.
|
class |
TradeResultCallback
This callback is fired when this client receives the response from a trade proposal.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountInfoCallback
This callback is recieved when account information is recieved from the network.
|
class |
LoggedOffCallback
This callback is returned in response to a log off attempt, or when the client is told to log off by the server.
|
class |
LoggedOnCallback
This callback is returned in response to an attempt to log on to the Steam3 network through
SteamUser . |
class |
LoginKeyCallback
This callback is returned some time after logging onto the network.
|
class |
SessionTokenCallback
This callback is fired when the client recieves it's unique Steam3 session token.
|
class |
UpdateMachineAuthCallback
This callback is recieved when the backend wants the client to update it's local machine authentication data.
|
class |
WalletInfoCallback
This callback is recieved when wallet info is recieved from the network.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberOfPlayersCallback
This callback is fired in response to
SteamUserStats.getNumberOfCurrentPlayers(GameID) . |
Modifier and Type | Class and Description |
---|---|
class |
PublishedFileDetailsCallback
This callback is received in response to calling
SteamWorkshop.requestPublishedFileDetails(long) . |
class |
PublishedFilesCallback
This callback is received in response to calling
SteamWorkshop.enumeratePublishedFiles(EnumerationDetails) . |
class |
UserActionPublishedFilesCallback
This callback is received in response to calling
SteamWorkshop.enumeratePublishedFilesByUserAction(EnumerationUserDetails) . |
class |
UserPublishedFilesCallback
This callback is received in response to calling
SteamWorkshop.enumerateUserPublishedFiles(EnumerationUserDetails) . |
class |
UserSubscribedFilesCallback
This callback is received in response to calling
SteamWorkshop.enumerateUserSubscribedFiles(EnumerationUserDetails) . |
Modifier and Type | Field and Description |
---|---|
(package private) Queue<CallbackMsg> |
SteamClient.callbackQueue |
Modifier and Type | Method and Description |
---|---|
CallbackMsg |
SteamClient.getCallback()
Gets the next callback object in the queue.
|
CallbackMsg |
SteamClient.getCallback(boolean freeLast)
Gets the next callback object in the queue, and optionally frees it.
|
CallbackMsg |
SteamClient.waitForCallback()
Blocks the calling thread until a callback object is posted to the queue.
|
CallbackMsg |
SteamClient.waitForCallback(boolean freeLast)
Blocks the calling thread until a callback object is posted to the queue, and optionally frees it.
|
CallbackMsg |
SteamClient.waitForCallback(boolean freeLast,
long timeout)
Blocks the calling thread until a callback object is posted to the queue, and optionally frees it.
|
CallbackMsg |
SteamClient.waitForCallback(long timeout)
Blocks the calling thread until a callback object is posted to the queue, or null after the timeout has elapsed.
|
Modifier and Type | Method and Description |
---|---|
void |
SteamClient.postCallback(CallbackMsg msg)
Posts a callback to the queue.
|
Modifier and Type | Class and Description |
---|---|
class |
JobCallback<T extends CallbackMsg>
This callback is received when a job related operation on the backend has completed, or a client operation should begin.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseJobCallback
This callback serves as the base class for all job based callbacks.
|
class |
JobCallback<T extends CallbackMsg>
This callback is received when a job related operation on the backend has completed, or a client operation should begin.
|
Modifier and Type | Field and Description |
---|---|
private T |
JobCallback.callback
Gets the inner callback message for this job.
|
Modifier and Type | Method and Description |
---|---|
<T extends CallbackMsg> |
CallbackMsg.handle(Class<T> type,
ActionT<T> handler)
Invokes the specified handler delegate if the callback matches the type parameter.
|
<T extends CallbackMsg> |
CallbackMsg.isType(Class<T> type)
Determines whether this callback is a certain type.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedCallback
This callback is received after attempting to connect to the Steam network.
|
class |
DisconnectedCallback
This callback is received when the steamclient is physically disconnected from the Steam network.
|
Copyright © 2012. All Rights Reserved.