|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Runnable | |
|---|---|
| com.livescribe.util | |
| java.lang | Provides classes that are fundamental to the Java programming language. |
| Uses of Runnable in com.livescribe.util |
|---|
| Classes in com.livescribe.util that implement Runnable | |
|---|---|
class |
InactivityTimer
This class implements a timer thread that can be used to monitor application activity. |
class |
TapAndHoldGesture
This can be used by applications to check if the user has tapped at a point on the paper and held the pen at the same point for a specified period of time. |
class |
TimerTask
A task that can be scheduled for one-time or repeated execution by a Timer. |
| Uses of Runnable in java.lang |
|---|
| Classes in java.lang that implement Runnable | |
|---|---|
class |
Thread
A thread is a thread of execution in a program. |
| Constructors in java.lang with parameters of type Runnable | |
|---|---|
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 with the given
target and name. |
|
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||