packets
Class FPSPacket

java.lang.Object
  extended by packetNetworking.Packet
      extended by packets.FPSPacket
All Implemented Interfaces:
java.io.Serializable

public class FPSPacket
extends Packet

this packet contains an fps

See Also:
Serialized Form

Field Summary
 int fps
          the fps to send
 
Constructor Summary
FPSPacket(int fps)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fps

public int fps
the fps to send

Constructor Detail

FPSPacket

public FPSPacket(int fps)
Parameters:
fps -