public class ConnectionTimer
extends java.lang.Object
| Constructor and Description |
|---|
ConnectionTimer() |
| Modifier and Type | Method and Description |
|---|---|
void |
startTimer(int timeout,
java.lang.Runnable run)
Starts a thread and will continue executing it until the
timeout value is reached.
|