protected class LinkVisualizer._LinkVisualizerThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
(package private) WirelessIOPort |
_destination |
(package private) java.lang.String |
_lineName |
(package private) static int |
_millisToSleep
Default value of time to sleep.
|
(package private) WirelessIOPort |
_sender |
Constructor and Description |
---|
_LinkVisualizerThread(WirelessIOPort sender,
WirelessIOPort destination,
java.lang.String lineName)
Create a _LinkVisualizerThread.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Draw a line, sleep for specified amount of time,
and then remove the line.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
WirelessIOPort _sender
WirelessIOPort _destination
final java.lang.String _lineName
static final int _millisToSleep
public _LinkVisualizerThread(WirelessIOPort sender, WirelessIOPort destination, java.lang.String lineName)
sender
- The sender port.destination
- The destination port.lineName
- The name of the line attribute to create.