jactor
Class Fact

java.lang.Object
  extended by jactor.Actor
      extended by jactor.Fact
All Implemented Interfaces:
java.lang.Runnable

public class Fact
extends Actor


Field Summary
(package private)  int val
           
 
Fields inherited from class jactor.Actor
debug, living, messages, thread
 
Constructor Summary
Fact(int r, Actor c)
           
 
Method Summary
 void handleMessage(Message m)
           
 
Methods inherited from class jactor.Actor
defaultHandleMessage, getMessageBoxSize, isDebug, isMessageBoxEmpty, kill, nextMessage, pause, receiveMessage, run, sendMessage, setDebug, waitNextMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

val

int val
Constructor Detail

Fact

public Fact(int r,
            Actor c)
Method Detail

handleMessage

public void handleMessage(Message m)
Overrides:
handleMessage in class Actor