Class PluginCallback

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginCallback() Public constructor creates the AnylineCoreDelegate Object in C/C++ and passes the pointer to the creating of the AnylineCoreCallback
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      synchronized void destroy()
      abstract void onError(String varName)
      abstract void onInfo(String varName)
      abstract void onRunSkipped(String varName)
      abstract void onVisualFeedback(String varName)
      abstract void onResult(String varName)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PluginCallback

        PluginCallback()
        Public constructor creates the AnylineCoreDelegate Object in C/C++ and passes the pointer to the creating of the AnylineCoreCallback