org.jcsp.nxt.io
Class ActiveDisplay

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

public class ActiveDisplay
extends java.lang.Object
implements CSProcess


Field Summary
(package private)  AltingChannelInput in
           
 
Constructor Summary
ActiveDisplay(AltingChannelInput 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
 

Field Detail

in

AltingChannelInput in
Constructor Detail

ActiveDisplay

public ActiveDisplay(AltingChannelInput 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