|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjactor.Actor
jactor.Customer
jactor.ActorPrinter
public class ActorPrinter
Field Summary |
---|
Fields inherited from class jactor.Customer |
---|
cont, parameter |
Fields inherited from class jactor.Actor |
---|
debug, living, messages, thread |
Constructor Summary | |
---|---|
ActorPrinter()
|
Method Summary | |
---|---|
(package private) void |
script()
La méthode script contient le code d'un acteur simple qui ne reçoit que des messages de type "reply".. |
Methods inherited from class jactor.Customer |
---|
handleMessage, 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 |
---|
public ActorPrinter()
Method Detail |
---|
void script()
Customer
script
in class Customer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |