|
||||||||||
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.basketapp.client.BasketApp
public class BasketApp
The Class BasketApp.
Constructor Summary | |
---|---|
BasketApp(ApplicationInfo info)
Instantiates a new basket app. |
Method Summary | |
---|---|
void |
addContent()
Adds the content. |
void |
createLockImage()
Creates the lock image. |
java.util.List<ContentItem> |
getOnlineItems()
Gets the online items. |
void |
initBaskets()
Inits the baskets. |
void |
itemAdded(ContentItem item)
Item added. |
void |
itemDetached(ContentItem item)
Item detached. |
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 |
Constructor Detail |
---|
public BasketApp(ApplicationInfo info)
info
- the infoMethod Detail |
---|
public void addContent()
SynergyNetApp
addContent
in class SynergyNetApp
public void createLockImage()
public java.util.List<ContentItem> getOnlineItems()
public void initBaskets()
public void itemAdded(ContentItem item)
Basket.BasketListener
itemAdded
in interface Basket.BasketListener
item
- the itempublic void itemDetached(ContentItem item)
Basket.BasketListener
itemDetached
in interface Basket.BasketListener
item
- the itempublic void onActivate()
SynergyNetApp
onActivate
in class SynergyNetApp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |