"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2.thread
Interface PeriodicRunnable

All Known Implementing Classes:
ConnectionMonitorThread, ServerIncomingStreamMonitor, WriteManager

public interface PeriodicRunnable

A runnable where the run method will be called periodically

Author:
Mitchell

Method Summary
 void run()
          the method that will be called periodically on a thread
 

Method Detail

run

void run()
         throws InterruptedException
the method that will be called periodically on a thread

Throws:
InterruptedException - thrown when the thread is supposed to be interrupted and stop (implementers should always let this exception fall through)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"