Package com.newstep.solid.netio.packet
PacketChannelListener must be implemented by entities that receive packets via
an associated PacketChannel instance. The listener abstraction allows the
PacketChannel implementation to remain unaware of its specific clients
| Operation Summary |
| packetReceived | call issued from PacketChannel when a new Packet instance is ready |
call issued from PacketChannel when a new Packet instance is ready
Parameters:
packet the new packet instance
Abstract.