Uses of Annotation Interface
com.teamdev.jxbrowser.js.JsAccessible
Packages that use 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
Methods in com.teamdev.jxbrowser.js with annotations of type JsAccessibleModifier and TypeMethodDescription<T> TInvokes this function on the givenobjectwith 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 givenobjectwith the specifiedargs.