universe
Class Mail<Msg>

java.lang.Object
  extended by universe.Mail<Msg>

public class Mail<Msg>
extends java.lang.Object

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

to

public IWorld to
Target of the message (who)


content

public Msg content
Message content (what)

Constructor Detail

Mail

public Mail(IWorld to,
            Msg content)
Construct a Mail message with the given target/content