"

2013 FRC Java API

"

tests
Class TestApp2

java.lang.Object
  extended by tests.TestApp2
All Implemented Interfaces:
Runnable

public class TestApp2
extends Object
implements Runnable


Constructor Summary
TestApp2()
           
 
Method Summary
static void main(String[] args)
           
 void run()
          When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestApp2

public TestApp2()
Method Detail

run

public void run()
Description copied from interface: Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

The general contract of the method run is that it may take any action whatsoever.

Specified by:
run in interface Runnable
See Also:
Thread.run()

main

public static void main(String[] args)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"