| Package | Description |
|---|---|
| ej.bon | |
| java.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
TimerTask
A task that can be scheduled for one-time or repeated execution by a Timer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Thread
A thread is a thread of execution in a program.
|
| Constructor and Description |
|---|
Thread(Runnable target)
Allocates a new Thread object with a specific target object whose run method is called.
|
Thread(Runnable target,
String name)
Allocates a new
Thread object. |