net.sourceforge.simplegamenet.dice
Class DicePacket

java.lang.Object
  extended bynet.sourceforge.simplegamenet.dice.DicePacket
All Implemented Interfaces:
Serializable

public class DicePacket
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Serializable diceData
           
protected  int dicePacketCode
           
 
Constructor Summary
DicePacket(int dicePacketCode, Serializable diceData)
           
 
Method Summary
 Serializable getDiceData()
           
 int getDicePacketCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dicePacketCode

protected int dicePacketCode

diceData

protected Serializable diceData
Constructor Detail

DicePacket

public DicePacket(int dicePacketCode,
                  Serializable diceData)
Method Detail

toString

public String toString()

getDicePacketCode

public int getDicePacketCode()

getDiceData

public Serializable getDiceData()


Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.