Interface IFunctionExecutor


public interface IFunctionExecutor
  • Method Details

    • checkIfMethodIsHandled

      boolean checkIfMethodIsHandled(String methodName)
    • executeMethod

      Object executeMethod(DynDataMap dynDataMap, String methodName, String[] methodParams)