fate.messages
Class SwitchMainViewMessage


java.lang.Object

  |

  +--fate.messages.GameMessage

        |

        +--fate.messages.SwitchMainViewMessage


public class SwitchMainViewMessage
extends GameMessage
implements java.io.Serializable

Indicates to the server to send update messages pertaining to a certain "view" on the client.

See Also:
Serialized Form

Field Summary
 int idGalaxy
          ID number of the galaxy.
 int idObject
          ID number of the ship/base/etc to watch.
 int idPlanetoid
          ID number of the planetoid.
 int idSolarSystem
          ID number of the solar system.
 int viewType
          Type of main view we want to switch to.
 
Constructor Summary
SwitchMainViewMessage()
          Creates new SwitchMainViewMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

viewType


public int viewType
Type of main view we want to switch to. (types defined in PlayerState

idObject


public int idObject
ID number of the ship/base/etc to watch.

idPlanetoid


public int idPlanetoid
ID number of the planetoid.

idSolarSystem


public int idSolarSystem
ID number of the solar system.

idGalaxy


public int idGalaxy
ID number of the galaxy.
Constructor Detail

SwitchMainViewMessage


public SwitchMainViewMessage()
Creates new SwitchMainViewMessage