net.clackrouter.packets
Interface VNSPacketDepartureListener


public interface VNSPacketDepartureListener

Listener inteface for receiving an event when a packet departs from a box. The GUI is the natural listener for the packet departure events if it wants to do an animation of packet departures, for example.

See Also:
VNSPacketArrivalListener

Method Summary
 void packetDeparted(VNSPacketDepartureEvent pde)
          Invoked when a packet departs from a box.
 

Method Detail

packetDeparted

void packetDeparted(VNSPacketDepartureEvent pde)
Invoked when a packet departs from a box.

Parameters:
pde - Packet arrival event