Package org.mozilla.javascript
Class InterfaceAdapter
java.lang.Object
org.mozilla.javascript.InterfaceAdapter
Adapter to use JS function as implementation of Java interfaces with single method or multiple
methods with the same signature.
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(ContextFactory cf, Object target, Scriptable topScope, Object thisObject, Method method, Object[] args)
-
Method Details
-
invoke
public Object invoke(ContextFactory cf, Object target, Scriptable topScope, Object thisObject, Method method, Object[] args)
-