Package | Description |
---|---|
com.teamdev.jxbrowser.js |
This package provides classes that allow you to work with the JavaScript to Java bridge.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
JsFunction.invoke(JsObject object,
java.lang.Object... args)
Invokes this function on the given
object with the specified args . |
java.lang.Object |
JsFunctionCallback.invoke(java.lang.Object... args)
Invoked when the corresponding function is called on the JavaScript side.
|
<T> java.util.concurrent.CompletableFuture<T> |
JsFunction.invokeAsync(JsObject object,
java.lang.Object... args)
Invokes this function on the given
object with the specified args . |