Uses of Class
org.astrogrid.samp.web.Callback
-
Packages that use Callback Package Description org.astrogrid.samp.web Classes relating to the SAMP Web Profile. -
-
Uses of Callback in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web that return Callback Modifier and Type Method Description static Callback
Callback. asCallback(java.util.Map map)
Returns a given map as a Callback object.Methods in org.astrogrid.samp.web with parameters of type Callback Modifier and Type Method Description static void
ClientCallbackOperation. invoke(Callback callback, CallableClient client)
Dispatches a callback to a CallableClient.
-