|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjactor.Actor
jactor.UnaryIntFunction
public abstract class UnaryIntFunction
Field Summary | |
---|---|
(package private) int |
parameter
|
(package private) int |
result
|
Fields inherited from class jactor.Actor |
---|
debug, living, messages, thread |
Constructor Summary | |
---|---|
UnaryIntFunction()
|
Method Summary | |
---|---|
abstract void |
compute()
|
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 result
int parameter
Constructor Detail |
---|
public UnaryIntFunction()
Method Detail |
---|
public abstract void compute()
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 |