|
static void | main (String[] args) |
|
Definition at line 1 of file MyRunnable.java.
◆ doMore()
void MyRunnable.doMore |
( |
| ) |
|
|
inline |
Definition at line 6 of file MyRunnable.java.
6 {
7 System.out.println("top of the stack");
8 }
Referenced by go().
◆ go()
◆ main()
static void MyRunnable.main |
( |
String[] | args | ) |
|
|
inlinestatic |
Definition at line 10 of file MyRunnable.java.
10 {
13 myThread.start();
14 System.out.println("back in main");
15 }
◆ run()
The documentation for this class was generated from the following file: