Package edu.wpi.first.wpilibj.event
Class EventLoop
java.lang.Object
edu.wpi.first.wpilibj.event.EventLoop
public final class EventLoop extends Object
A declarative way to bind a set of actions to a loop and execute them when the loop is polled.
-
Constructor Summary
Constructors Constructor Description EventLoop()
Default constructor. -
Method Summary