All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface network.PacketReceiver

public interface PacketReceiver
Clients who want to receive packets from networks need to implement this interface


Method Index

 o PacketArrived(NetworkPacket)
Callback that a packet has arrived.

Methods

 o PacketArrived
 public abstract void PacketArrived(NetworkPacket p)
Callback that a packet has arrived.

Parameters:
p - the packet that is being delivered

All Packages  Class Hierarchy  This Package  Previous  Next  Index