Class DesktopNetworkChecker
- java.lang.Object
-
- java.lang.Thread
-
- gaia.cu9.ari.gaiaorbit.desktop.util.DesktopNetworkChecker
-
- All Implemented Interfaces:
INetworkChecker
,java.lang.Runnable
public class DesktopNetworkChecker extends java.lang.Thread implements INetworkChecker
-
-
Constructor Summary
Constructors Constructor Description DesktopNetworkChecker()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doNotify()
void
doWait()
boolean
executing()
static void
main(java.lang.String[] args)
void
run()
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
stopExecution()
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gaia.cu9.ari.gaiaorbit.interfce.INetworkChecker
start
-
-
-
-
Method Detail
-
executing
public boolean executing()
- Specified by:
executing
in interfaceINetworkChecker
-
setParameters
public void setParameters(com.badlogic.gdx.scenes.scene2d.ui.Table table, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, float pad)
- Specified by:
setParameters
in interfaceINetworkChecker
-
setFocus
public void setFocus(IFocus focus)
- Specified by:
setFocus
in interfaceINetworkChecker
-
doWait
public void doWait()
-
doNotify
public void doNotify()
- Specified by:
doNotify
in interfaceINetworkChecker
-
stopExecution
public void stopExecution()
- Specified by:
stopExecution
in interfaceINetworkChecker
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
- Overrides:
run
in classjava.lang.Thread
-
main
public static void main(java.lang.String[] args)
-
-