java-bridge
    Preparing search index...

    Type Alias ProxyMethod

    ProxyMethod: (...args: any[]) => 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[]): any
      • Parameters

        • ...args: any[]

          the arguments passed from the java process

        Returns any

        the value to pass back to the java process