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
-
-
Method Detail
-
destroy
synchronized void destroy()
-
onRunSkipped
abstract void onRunSkipped(String varName)
-
onVisualFeedback
abstract void onVisualFeedback(String varName)
-
-
-
-