Package org.analogweb

Interface InvocationArguments

    • Method Detail

      • replace

        void replace​(Object newInvocationInstance)
        Parameters:
        newInvocationInstance - instance of entry-point.
      • putInvocationArgument

        void putInvocationArgument​(int index,
                                   Object arg)
        Parameters:
        index - index of argument.
        arg - value of argument.