Class PluginCallback


  • public abstract class PluginCallback
    extends java.lang.Object
    • 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
    • Constructor Detail

      • PluginCallback

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

      • destroy

        public void destroy()
      • onError

        public abstract void onError​(java.lang.String varName)
      • onInfo

        public abstract void onInfo​(java.lang.String varName)
      • onRunSkipped

        public abstract void onRunSkipped​(java.lang.String varName)
      • onVisualFeedback

        public abstract void onVisualFeedback​(java.lang.String varName)
      • onResult

        public abstract void onResult​(AnylineImage anylineImage,
                                      java.lang.String varName)