|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PacketTransport
The PacketTransport interface provides a method of adding and removing packets from a component of the network.
The purpose is to ensure Packets can be referenced from the objects they are moving on.
| Method Summary | |
|---|---|
void |
addPacket(Packet p)
Add a Packet to this PacketTransport. |
void |
removePacket(Packet p)
Removes a Packet from this PacketTransport. |
| Method Detail |
|---|
void addPacket(Packet p)
Packet to this PacketTransport.
p - The Packet on the network.void removePacket(Packet p)
Packet from this PacketTransport.
p - The Packet on the network.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||