fr.dgac.ivy
Interface PingCallback


public interface PingCallback

this interface specifies the methods of an PingCallback


Method Summary
 void pongReceived(IvyClient ic, int elapsedTime)
          invoked when a Pong is received
 

Method Detail

pongReceived

void pongReceived(IvyClient ic,
                  int elapsedTime)
invoked when a Pong is received

Parameters:
elapsedTime - the elapsed time in milliseconds between the ping and the pong