Interface PongHandler


public interface PongHandler
Handle the Pong result of a Ping.
Author:
baldersheim
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Pong pong)
     
  • Method Details

    • handle

      void handle(Pong pong)