Interface INetworkChecker

  • All Known Implementing Classes:
    DesktopNetworkChecker

    public interface INetworkChecker
    Interface all network checkers must comply.
    • Method Detail

      • start

        void start()
      • executing

        boolean executing()
      • setFocus

        void setFocus​(IFocus focus)
      • doNotify

        void doNotify()
      • stopExecution

        void stopExecution()
      • setParameters

        void setParameters​(com.badlogic.gdx.scenes.scene2d.ui.Table table,
                           com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
                           float pad)