|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjactor.Actor
jactor.Fact
public class Fact
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 |
---|
int val
Constructor Detail |
---|
public Fact(int r, Actor c)
Method Detail |
---|
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 |