Interface FunctionInvoker

All Known Implementing Classes:
TagScriptManager.FunctionInvokerImpl

public interface FunctionInvoker
This interface provides a level of indirection to the execution of compiled python objects against the script manager. The main goal is we want to be able to swap out the script manager if necessary without making each compiled script care.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.python.core.PyObject[] arguments)
     
  • Method Details