|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object universe.Mail<Msg>
public class Mail<Msg>
Represents a Mail message between Worlds and the Universe
Field Summary | |
---|---|
Msg |
content
Message content (what) |
IWorld |
to
Target of the message (who) |
Constructor Summary | |
---|---|
Mail(IWorld to,
Msg content)
Construct a Mail message with the given target/content |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public IWorld to
public Msg content
Constructor Detail |
---|
public Mail(IWorld to, Msg content)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |