|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jdesktop.wonderland.common.messages.Message
org.jdesktop.wonderland.common.cell.messages.CellMessage
public abstract class CellMessage
Message sent to a particular cell.
| Constructor Summary | |
|---|---|
CellMessage()
Create a new cell message. |
|
CellMessage(CellID cellID)
Create a new cell message to the given cellID on the server |
|
| Method Summary | |
|---|---|
CellID |
getCellID()
Get the ID of the cell this message is being sent to |
java.math.BigInteger |
getSenderID()
Get the ID of this message's sender. |
void |
setCellID(CellID cellID)
Set the ID of the cell this message is being sent to. |
void |
setSenderID(java.math.BigInteger senderID)
Set the ID of this message's sender. |
| Methods inherited from class org.jdesktop.wonderland.common.messages.Message |
|---|
getMessageID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellMessage()
public CellMessage(CellID cellID)
cellID - the id of the cell to send to| Method Detail |
|---|
public CellID getCellID()
public void setCellID(CellID cellID)
cellID - the cellID to setpublic java.math.BigInteger getSenderID()
public void setSenderID(java.math.BigInteger senderID)
senderID - the sender's id.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||