WPILibC++  trunk
Public Member Functions | List of all members
PeriodicRunnable Class Referenceabstract

#include <PeriodicRunnable.h>

Inheritance diagram for PeriodicRunnable:
Inheritance graph
[legend]

Public Member Functions

virtual void run ()=0
 

Detailed Description

A runnable where the run method will be called periodically

Author
Mitchell

Definition at line 17 of file PeriodicRunnable.h.

Member Function Documentation

virtual void PeriodicRunnable::run ( )
pure virtual

the method that will be called periodically on a thread

Exceptions
InterruptedExceptionthrown when the thread is supposed to be interrupted and stop (implementers should always let this exception fall through)

Implemented in WriteManager, ServerIncomingStreamMonitor, and ConnectionMonitorThread.


The documentation for this class was generated from the following file: