net.clackrouter.netutils
Interface ICMPListener

All Known Implementing Classes:
ConnectivityTestThread, Ping

public interface ICMPListener

Allows higher level applications to listen for ICMP events.


Method Summary
 void receivedEchoReply(int identifier, int seq_num)
           
 void receivedEchoRequest(int identifier, int seq_num)
           
 

Method Detail

receivedEchoReply

void receivedEchoReply(int identifier,
                       int seq_num)

receivedEchoRequest

void receivedEchoRequest(int identifier,
                         int seq_num)