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 voiddestroy()abstract voidonError(String varName)abstract voidonInfo(String varName)abstract voidonRunSkipped(String varName)abstract voidonVisualFeedback(String varName)abstract voidonResult(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)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -