Package | Description |
---|---|
ej.bon | |
ej.microui | |
ej.microui.display | |
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 | Method and Description |
---|---|
static void |
MicroUI.callSerially(Runnable run)
Serializes a call event in the system event stream.
|
Modifier and Type | Method and Description |
---|---|
void |
Display.callOnFlushCompleted(Runnable run)
Prepares a call event which will be serialized in the system event stream when the next executed flush will be
done.
|
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. |