public OnValue extends Callback
Asynchronous callback wrapper for some methods of the class Webcom API.
This wrapper provides a callback method that is passed a interface JSONValue instance.
class Webcom,
interface JSONValue| Modifier and Type | Method and Description |
|---|---|
void |
onValue(JSONValue value)
Called in case of succes, with a resulting
interface JSONValue instance |
void onValue(@NotNull
JSONValue value)
Called in case of succes, with a resulting interface JSONValue instance
value - The resulting value passed to the asynchronous callbackinterface JSONValue