|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.common.interactionlayer.dataobjects.NewsMessage
A news messsage is sent by a game leader to players in a game.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.
Constructor Summary | |
NewsMessage(java.lang.String senderName,
java.lang.String content)
constructs a new NewsMessage |
Method Summary | |
java.lang.String |
getContent()
Method getContent. |
java.lang.String |
getSenderName()
Method getSenderName. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NewsMessage(java.lang.String senderName, java.lang.String content)
senderName
- the name of the sendercontent
- the content of the messageMethod Detail |
public java.lang.String getContent()
public java.lang.String getSenderName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |