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
-
PacketArrived(NetworkPacket)
- Callback that a packet has arrived.
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