Type alias ProxyMethod

ProxyMethod: ((...args) => any)

An interface proxy method. Any arguments passed to this method are values converted from java values. The return value will be converted back to a java type.

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any[]

        the arguments passed from the java process

      Returns any

Returns

the value to pass back to the java process

Generated using TypeDoc