| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuniverse.control.Message
public abstract class Message
Represents a Message between World and Universe
| Method Summary | ||
|---|---|---|
|  long | from()Get the name of the World/sender | |
|  boolean | isConnect()Is this a Connect Message? | |
|  boolean | isDisconnect()Is this a Disconnect Message? | |
|  boolean | isTransfer()Is this a Transfer Message? | |
| 
 | payload()Get the message's payload/content | |
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public boolean isConnect()
public boolean isDisconnect()
public boolean isTransfer()
public long from()
public <R> R payload()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||