org.jcsp.nxt.io
Class ActiveButtons

java.lang.Object
  extended by org.jcsp.nxt.io.ActiveButtons
All Implemented Interfaces:
CSProcess

public class ActiveButtons
extends java.lang.Object
implements CSProcess


Field Summary
static int BUTTON_ENTER
           
static int BUTTON_LEFT
           
static int BUTTON_RESET
           
static int BUTTON_RIGHT
           
(package private)  ChannelOutputInt outChannel
           
 
Constructor Summary
ActiveButtons(ChannelOutputInt outChannel)
           
 
Method Summary
 void run()
          This defines the actions of the process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outChannel

ChannelOutputInt outChannel

BUTTON_ENTER

public static final int BUTTON_ENTER
See Also:
Constant Field Values

BUTTON_LEFT

public static final int BUTTON_LEFT
See Also:
Constant Field Values

BUTTON_RIGHT

public static final int BUTTON_RIGHT
See Also:
Constant Field Values

BUTTON_RESET

public static final int BUTTON_RESET
See Also:
Constant Field Values
Constructor Detail

ActiveButtons

public ActiveButtons(ChannelOutputInt outChannel)
Method Detail

run

public void run()
Description copied from interface: CSProcess
This defines the actions of the process.

Specified by:
run in interface CSProcess