Constructor and Description |
---|
JsniInvoker() |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object target,
Object... params) |
protected abstract Object |
jsniInvoke(Object target,
JsArrayObject<Object> params)
Abstract method that will be generated to contain JSNI for invoking the
actual method.
|
protected abstract Object jsniInvoke(Object target, JsArrayObject<Object> params)
target
- the object upon which to invoke the methodparams
- a js array with arguments to pass to the methodnull
if
the target method return type is void
.Copyright © 2019 Vaadin Ltd. All rights reserved.