Package gaia.cu9.ari.gaiaorbit.interfce
Interface INetworkChecker
-
- All Known Implementing Classes:
DesktopNetworkChecker
public interface INetworkChecker
Interface all network checkers must comply.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doNotify()
boolean
executing()
void
setFocus(IFocus focus)
void
setParameters(com.badlogic.gdx.scenes.scene2d.ui.Table table, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, float pad)
void
start()
void
stopExecution()
-
-
-
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)
-
-