edu.isi.gamebots.client
Class Message

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--edu.isi.gamebots.client.Message
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MessageBlock

public class Message
extends EventObject

Author:
Andrew n marshall
See Also:
Serialized Form

Field Summary
protected  boolean complete
           
protected  Properties props
           
protected  String type
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Set getKeySet()
           
 String getProperty(String key)
           
 Set getPropertySet()
           
 String getType()
           
 boolean isComplete()
           
 String toString()
           
 StringBuffer toString(StringBuffer sb, int indent)
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected final String type

props

protected final Properties props

complete

protected final boolean complete
Method Detail

getType

public String getType()

getKeySet

public Set getKeySet()

getProperty

public String getProperty(String key)

getPropertySet

public Set getPropertySet()

isComplete

public boolean isComplete()

toString

public String toString()
Overrides:
toString in class EventObject

toString

public StringBuffer toString(StringBuffer sb,
                             int indent)