org.jcsp.nxt.io
Class ActiveMotor2

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

public class ActiveMotor2
extends java.lang.Object
implements CSProcess

Author:
NewIrelandComputing

Constructor Summary
ActiveMotor2(lejos.nxt.Motor m, ChannelInputInt in)
           
 
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
 

Constructor Detail

ActiveMotor2

public ActiveMotor2(lejos.nxt.Motor m,
                    ChannelInputInt in)
Method Detail

run

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

Specified by:
run in interface CSProcess