Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Synapsim.blocks.basic
Class ConstantDaemon  view ConstantDaemon download ConstantDaemon.java

java.lang.Object
  extended bySynapsim.blocks.basic.ConstantDaemon
All Implemented Interfaces:
Synapsim.core.BlockDaemon, java.lang.Runnable

public class ConstantDaemon
extends java.lang.Object
implements Synapsim.core.BlockDaemon


Field Summary
protected  Synapsim.core.Block block
           
private  java.lang.Object constant
           
 
Constructor Summary
ConstantDaemon(Synapsim.core.Block block)
          Creates a new instance of this class.
 
Method Summary
 void run()
          Method executed when the Thread is started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

block

protected Synapsim.core.Block block

constant

private java.lang.Object constant
Constructor Detail

ConstantDaemon

public ConstantDaemon(Synapsim.core.Block block)
Creates a new instance of this class.

Method Detail

run

public void run()
Method executed when the Thread is started.

Specified by:
run in interface java.lang.Runnable