cc.arduino.adk.processing
Class MyRunner

java.lang.Object
  extended by cc.arduino.adk.processing.MyRunner
All Implemented Interfaces:
MyDeviceListener

public class MyRunner
extends java.lang.Object
implements MyDeviceListener


Constructor Summary
MyRunner(cc.arduino.adk.processing.MyBuild build, Editor listener)
           
MyRunner(cc.arduino.adk.processing.MyBuild build, RunnerListener listener)
           
 
Method Summary
 void close()
           
 void launch(java.util.concurrent.Future<cc.arduino.adk.processing.MyDevice> deviceFuture)
           
 void sketchStopped()
           
 void stackTrace(java.util.List<java.lang.String> trace)
          Currently figures out the first relevant stack trace line by looking for the telltale presence of "processing.android" in the package.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyRunner

public MyRunner(cc.arduino.adk.processing.MyBuild build,
                RunnerListener listener)

MyRunner

public MyRunner(cc.arduino.adk.processing.MyBuild build,
                Editor listener)
Method Detail

launch

public void launch(java.util.concurrent.Future<cc.arduino.adk.processing.MyDevice> deviceFuture)

stackTrace

public void stackTrace(java.util.List<java.lang.String> trace)
Currently figures out the first relevant stack trace line by looking for the telltale presence of "processing.android" in the package. If the packaging for droid sketches changes, this method will have to change too.

Specified by:
stackTrace in interface MyDeviceListener

close

public void close()

sketchStopped

public void sketchStopped()
Specified by:
sketchStopped in interface MyDeviceListener


processing tool Arduino_ADK by D. Cuartielles, A. Goransson. (c) 2011