cz.cuni.pogamut.MessageObjects
Class GlobalChat

java.lang.Object
  extended by cz.cuni.pogamut.MessageObjects.MessageObject
      extended by cz.cuni.pogamut.MessageObjects.GlobalChat
All Implemented Interfaces:
Visible, java.io.Serializable, java.lang.Cloneable

public class GlobalChat
extends MessageObject
implements java.io.Serializable

Recieved message from global chat channel

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 java.lang.String string
          String - a human readable message sent by another player in the game on the global channel
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
GlobalChat()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
clone, diff, equals, getID, getType, getUnrealID, getVisibility, hasID, isVisible, setID, setType, setUnrealID, setVisible, update
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

string

public java.lang.String string
String - a human readable message sent by another player in the game on the global channel


name

public java.lang.String name
Constructor Detail

GlobalChat

public GlobalChat()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class MessageObject