ThreadProxy Class Reference
Listen for events of type void MethodName(object o) and transmit them using ThreadNotify.WakeupMain(). The parameter are stored in a queue.  
More...
List of all members.
Detailed Description
Listen for events of type void MethodName(object o) and transmit them using ThreadNotify.WakeupMain(). The parameter are stored in a queue. 
Remember that readyEvent will be called only once, if multiply events are thrown without them being caught by the GTK event thread. Therefore, do something like "while (GetParameter != null)". 
Constructor & Destructor Documentation
  
    
      
        
          | ThreadProxy::ThreadProxy            | 
          (  | 
          ReadyEvent  | 
           readyEvent           | 
           )  | 
           [inline] | 
         
       
     | 
  
Member Function Documentation
  
    
      
        
          | bool ThreadProxy::GetParameter            | 
          (  | 
          out object  | 
           parameter           | 
           )  | 
           [inline] | 
         
       
     | 
  
  
    
      
        
          | void ThreadProxy::HandleEvent            | 
          (  | 
          object  | 
           o           | 
           )  | 
           [inline] | 
         
       
     | 
  
Member Data Documentation
The documentation for this class was generated from the following file: