jactor
Class Join2

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

public class Join2
extends JoinListActor


Field Summary
 
Fields inherited from class jactor.JoinListActor
cont, cpt, parameter
 
Fields inherited from class jactor.Actor
debug, living, messages, thread
 
Constructor Summary
Join2(Actor c)
           
 
Method Summary
(package private)  void script()
           
 
Methods inherited from class jactor.JoinListActor
handleMessage, init, init, setCont
 
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
 

Constructor Detail

Join2

Join2(Actor c)
Method Detail

script

void script()
Overrides:
script in class JoinListActor