com.codedisaster.steamworks.SteamNetworkingCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of steamworks4j Show documentation
Show all versions of steamworks4j Show documentation
Java wrapper to access the Steamworks API.
package com.codedisaster.steamworks;
/**
*
* @author Francisco "Franz" Bischoff
*/
public interface SteamNetworkingCallback {
void onP2PSessionConnectFail(SteamID steamIDRemote, SteamNetworking.P2PSessionError sessionError);
void onP2PSessionRequest(SteamID steamIDRemote);
}