|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wpi.first.wpilibj.networktables2.connection.ConnectionMonitorThread
public class ConnectionMonitorThread
A periodic thread that repeatedly reads from a connection
| Constructor Summary | |
|---|---|
ConnectionMonitorThread(ConnectionAdapter adapter,
NetworkTableConnection connection)
create a new monitor thread |
|
| Method Summary | |
|---|---|
void |
run()
the method that will be called periodically on a thread |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionMonitorThread(ConnectionAdapter adapter,
NetworkTableConnection connection)
adapter - connection - | Method Detail |
|---|
public void run()
throws InterruptedException
PeriodicRunnable
run in interface PeriodicRunnableInterruptedException - thrown when the thread is supposed to be interrupted and stop (implementers should always let this exception fall through)
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||