Uses of Interface
com.badlogic.gdx.Net.HttpResponseListener
-
Packages that use Net.HttpResponseListener Package Description com.badlogic.gdx com.badlogic.gdx.net -
-
Uses of Net.HttpResponseListener in com.badlogic.gdx
Methods in com.badlogic.gdx with parameters of type Net.HttpResponseListener Modifier and Type Method Description voidNet. sendHttpRequest(Net.HttpRequest httpRequest, Net.HttpResponseListener httpResponseListener)Process the specifiedNet.HttpRequestand reports theNet.HttpResponseto the specifiedNet.HttpResponseListener. -
Uses of Net.HttpResponseListener in com.badlogic.gdx.net
Methods in com.badlogic.gdx.net with parameters of type Net.HttpResponseListener Modifier and Type Method Description voidNetJavaImpl. sendHttpRequest(Net.HttpRequest httpRequest, Net.HttpResponseListener httpResponseListener)
-