edu.wpi.first.wpilibj.buttons
Class Button.ButtonScheduler

java.lang.Object
  extended by edu.wpi.first.wpilibj.buttons.Button.ButtonScheduler
Enclosing class:
Button

public abstract class Button.ButtonScheduler
extends java.lang.Object

An internal class of Button. The user should ignore this, it is only public to interface between packages.


Constructor Summary
Button.ButtonScheduler()
           
 
Method Summary
abstract  void execute()
           
protected  void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Button.ButtonScheduler

public Button.ButtonScheduler()
Method Detail

execute

public abstract void execute()

start

protected void start()