No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | android.renderscript.RenderScript.RSMessageHandler | 
Base class application should derive from for handling RS messages coming from their scripts. When a script calls sendToClient the data fields will be filled in and then the run method called by a message handling thread. This will occur some time after sendToClient completes in the script.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | mData | ||||||||||
|  | mID | ||||||||||
|  | mLength | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | 
           Starts executing the active part of the class' code.
           | |||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
|  From interface java.lang.Runnable | |||||||||||
Starts executing the active part of the class' code. This method is called when a thread is started that has been created with a class which implements Runnable.