|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjactor.Actor
jactor.JoinListActor
public abstract class JoinListActor
Field Summary | |
---|---|
(package private) Actor |
cont
|
(package private) int |
cpt
|
(package private) java.lang.Object[] |
parameter
|
Fields inherited from class jactor.Actor |
---|
debug, living, messages, thread |
Constructor Summary | |
---|---|
JoinListActor()
|
Method Summary | |
---|---|
void |
handleMessage(Message m)
|
void |
init(int n)
|
void |
init(int n,
Actor c)
|
(package private) void |
script()
|
void |
setCont(Actor c)
|
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 |
---|
int cpt
Actor cont
java.lang.Object[] parameter
Constructor Detail |
---|
public JoinListActor()
Method Detail |
---|
public void setCont(Actor c)
void script()
public void init(int n, Actor c)
public void init(int n)
public void handleMessage(Message m)
handleMessage
in class Actor
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |