Interface CompileCallback


public interface CompileCallback
  • Method Details

    • onScriptCompiled

      void onScriptCompiled(String sourceDescriptor, ScriptFactory compiled)
      Called when the ScriptFactory has been compiled successfully. Note that this may be called in another thread - make sure your handling code is threadsafe.
      Parameters:
      sourceDescriptor - A source description: may be a file name or a unique identifier assigned to a source string, or null.
      compiled - The compiled source code