Uses of Annotation Interface
com.teamdev.jxbrowser.js.JsAccessible
Package
Description
This package provides classes that allow you to work with the JavaScript to Java bridge.
-
Uses of JsAccessible in com.teamdev.jxbrowser.js
Modifier and TypeMethodDescription<T> T
Invokes this function on the givenobject
with the specifiedargs
.Invoked when the corresponding function is called on the JavaScript side.<T> CompletableFuture<T>
JsFunction.invokeAsync
(JsObject object, Object... args) Invokes this function on the givenobject
with the specifiedargs
.