Package io.anyline2.core
Class PluginCallback
-
- All Implemented Interfaces:
public abstract class PluginCallback
-
-
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
-
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(AnylineImage anylineImage, String varName)
-
-
Method Detail
-
destroy
synchronized void destroy()
-
onRunSkipped
abstract void onRunSkipped(String varName)
-
onVisualFeedback
abstract void onVisualFeedback(String varName)
-
onResult
abstract void onResult(AnylineImage anylineImage, String varName)
-
-
-
-