|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.game.state.GameState
synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
apps.mtdesktop.desktop.DesktopClient
public class DesktopClient
The Class DesktopClient.
Nested Class Summary | |
---|---|
static class |
DesktopClient.ConnectionStatus
The Enum ConnectionStatus. |
static interface |
DesktopClient.mtdesktopNetworkListener
The listener interface for receiving mtdesktopNetwork events. |
static class |
DesktopClient.Position
The Enum Position. |
Field Summary | |
---|---|
static DesktopClient.Position |
currentPosition
The current position. |
static java.lang.String |
File_SERVER_URL
The File_ serve r_ url. |
static TableIdentity |
tableId
The table id. |
Constructor Summary | |
---|---|
DesktopClient(ApplicationInfo info)
Instantiates a new desktop client. |
Method Summary | |
---|---|
void |
addContent()
Adds the content. |
void |
addNetworkListener(DesktopClient.mtdesktopNetworkListener listener)
Adds the network listener. |
static void |
main(java.lang.String[] args)
The main method. |
void |
onActivate()
On activate. |
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp |
---|
init |
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.SynergyNetApp |
---|
cleanup, exitApp, getActivationCount, getApplicationDataDirectory, getInfo, getMenuController, getOrthoNode, getOrthoRenderPass, getRootNode, getWorldNode, getWorldRenderPass, render, renderDebug, setActivationCount, setActive, setMenuController, setOrthoRenderPass, setRootNode, setWorldRenderPass, update |
Methods inherited from class com.jmex.game.state.GameState |
---|
getName, getParent, isActive, setName, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static DesktopClient.Position currentPosition
public static java.lang.String File_SERVER_URL
public static TableIdentity tableId
Constructor Detail |
---|
public DesktopClient(ApplicationInfo info)
info
- the infoMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- the argumentspublic void addContent()
SynergyNetApp
addContent
in class SynergyNetApp
public void addNetworkListener(DesktopClient.mtdesktopNetworkListener listener)
listener
- the listenerpublic void onActivate()
SynergyNetApp
onActivate
in class SynergyNetApp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |