|
||||||||||
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.mysteries.client.MysteryApp
public class MysteryApp
The Class MysteryApp.
Field Summary | |
---|---|
static boolean |
restore
The restore. |
java.lang.String |
SUB_APP_DINNERDISASTER
The sub app dinnerdisaster. |
java.lang.String |
SUB_APP_LONDONFIRE
The sub app londonfire. |
java.lang.String |
SUB_APP_ROBERTDIXON
The sub app robertdixon. |
java.lang.String |
SUB_APP_SCHOOLTRIP
The sub app schooltrip. |
java.lang.String |
SUB_APP_SNEAKYSYDNEY
The sub app sneakysydney. |
java.lang.String |
SUB_APP_TIPPINGWAITRESSES
The sub app tippingwaitresses. |
java.lang.String |
SUB_APP_WALTZER
The sub app waltzer. |
Constructor Summary | |
---|---|
MysteryApp(ApplicationInfo info)
Instantiates a new mystery app. |
Method Summary | |
---|---|
void |
addContent()
Adds the content. |
void |
channelSwitched()
Channel switched. |
void |
contentItemLoaded(ContentItem item)
Content item loaded. |
void |
contentLoaded()
Content loaded. |
void |
loadContent(java.lang.String filePath,
java.lang.String name)
Load content. |
void |
onActivate()
On activate. |
void |
onDeactivate()
On deactivate. |
void |
remoteContentLoaded(RemoteDesktop remoteDesktop)
Remote content loaded. |
void |
removeAllItems()
Removes the all items. |
void |
renderRemoteDesktop(RemoteDesktop remoteDesktop,
OrthoContentItem item,
java.util.Map<java.lang.String,java.lang.String> map)
Render remote desktop. |
void |
renderSynchronisedDate(ContentItem item,
java.util.Map<java.lang.String,java.lang.String> itemAttrs)
Render synchronised date. |
void |
stateUpdate(float tpf)
State update. |
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 boolean restore
public final java.lang.String SUB_APP_DINNERDISASTER
public final java.lang.String SUB_APP_LONDONFIRE
public final java.lang.String SUB_APP_ROBERTDIXON
public final java.lang.String SUB_APP_SCHOOLTRIP
public final java.lang.String SUB_APP_SNEAKYSYDNEY
public final java.lang.String SUB_APP_TIPPINGWAITRESSES
public final java.lang.String SUB_APP_WALTZER
Constructor Detail |
---|
public MysteryApp(ApplicationInfo info)
info
- the infoMethod Detail |
---|
public void addContent()
SynergyNetApp
addContent
in class SynergyNetApp
public void channelSwitched()
NetworkedContentListener
channelSwitched
in interface NetworkedContentListener
public void contentItemLoaded(ContentItem item)
NetworkedContentListener
contentItemLoaded
in interface NetworkedContentListener
item
- the itempublic void contentLoaded()
NetworkedContentListener
contentLoaded
in interface NetworkedContentListener
public void loadContent(java.lang.String filePath, java.lang.String name)
filePath
- the file pathname
- the namepublic void onActivate()
SynergyNetApp
onActivate
in class SynergyNetApp
public void onDeactivate()
SynergyNetApp
public void remoteContentLoaded(RemoteDesktop remoteDesktop)
NetworkedContentListener
remoteContentLoaded
in interface NetworkedContentListener
remoteDesktop
- the remote desktoppublic void removeAllItems()
public void renderRemoteDesktop(RemoteDesktop remoteDesktop, OrthoContentItem item, java.util.Map<java.lang.String,java.lang.String> map)
NetworkedContentListener
renderRemoteDesktop
in interface NetworkedContentListener
remoteDesktop
- the remote desktopitem
- the itemmap
- the mappublic void renderSynchronisedDate(ContentItem item, java.util.Map<java.lang.String,java.lang.String> itemAttrs)
NetworkedContentListener
renderSynchronisedDate
in interface NetworkedContentListener
item
- the itemitemAttrs
- the item attrspublic void stateUpdate(float tpf)
SynergyNetApp
tpf
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |