apps.mtdesktop.tabletop
Class MTTableClient

java.lang.Object
  extended by com.jmex.game.state.GameState
      extended by synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
          extended by synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
              extended by apps.mtdesktop.tabletop.MTTableClient

public class MTTableClient
extends DefaultSynergyNetApp

The Class MTTableClient.


Field Summary
static LightImageLabel background
          The background.
 
Constructor Summary
MTTableClient(ApplicationInfo info)
          Instantiates a new MT table client.
 
Method Summary
 void addContent()
          Adds the content.
 void announce()
          Announce.
 void cleanup()
           
 void onActivate()
          On activate.
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
init
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
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

background

public static LightImageLabel background
The background.

Constructor Detail

MTTableClient

public MTTableClient(ApplicationInfo info)
Instantiates a new MT table client.

Parameters:
info - the info
Method Detail

addContent

public void addContent()
Description copied from class: SynergyNetApp
Adds the content.

Specified by:
addContent in class SynergyNetApp

announce

public void announce()
Announce.


cleanup

public void cleanup()
Overrides:
cleanup in class SynergyNetApp

onActivate

public void onActivate()
Description copied from class: SynergyNetApp
On activate.

Overrides:
onActivate in class SynergyNetApp