| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
Call backs provided to the host application by the multi processor framework.
This class allows for independence from the host class/application.
Note: The logic behind the design the callbacks are defined as two attributes self.init_master and self.handle_exception as handle_exception can be null (which is used to request the use of the processors default error handling code). Note, however, that a class with the equivalent methods would also works as python effectively handles methods as attributes of a class. The signatures for the callback methods are documented by the default methods default_init_master & default_handle_exception.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
| 
        master The host application.  | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 Initialise the callback interface. 
  | 
  
 Handle an exception raised in the processor framework. The function is responsible for aborting the processor by calling processor.abort() as its final act. 
  | 
  
 Start the main loop of the host application. 
  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Wed Apr 10 15:05:32 2013 | http://epydoc.sourceforge.net |