ggz.client.core
Class RoomChangeEventData

java.lang.Object
  extended by ggz.client.core.RoomChangeEventData

public class RoomChangeEventData
extends java.lang.Object


Field Summary
 int from_room
          The room the player is leaving.
 Player player
          The player entering/leaving.
 int to_room
          The room we are entering.
 
Constructor Summary
RoomChangeEventData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

player

public Player player
The player entering/leaving.


to_room

public int to_room
The room we are entering. This may be -1 if the player is leaving the server, or -2 if the info is unknown.


from_room

public int from_room
The room the player is leaving. This may be -1 if the player is just entering the server, or -2 if the info is unknown.

Constructor Detail

RoomChangeEventData

public RoomChangeEventData()