fate.messages
Class SolarSystemViewMessage


java.lang.Object

  |

  +--fate.messages.GameMessage

        |

        +--fate.messages.SolarSystemViewMessage


public class SolarSystemViewMessage
extends GameMessage
implements java.io.Serializable

Gives the client all the information it needs to display the PlanetoidView.

See Also:
Serialized Form

Field Summary
 java.util.Vector planetList
          List of all planets in the solar system
 
Constructor Summary
SolarSystemViewMessage()
          Creates new SolarSystemViewMessage
SolarSystemViewMessage(SolarSystem solarSystem)
          Creates new SolarSystemViewMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

planetList


public java.util.Vector planetList
List of all planets in the solar system
Constructor Detail

SolarSystemViewMessage


public SolarSystemViewMessage()
Creates new SolarSystemViewMessage

SolarSystemViewMessage


public SolarSystemViewMessage(SolarSystem solarSystem)
Creates new SolarSystemViewMessage