|
||||||||||
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.controller.MysteriesControllerApp
public class MysteriesControllerApp
The Class MysteriesControllerApp.
Field Summary | |
---|---|
static boolean |
restore
The restore. |
Constructor Summary | |
---|---|
MysteriesControllerApp(ApplicationInfo info)
Instantiates a new mysteries controller 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 |
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> itemAttrs)
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
Constructor Detail |
---|
public MysteriesControllerApp(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 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> itemAttrs)
NetworkedContentListener
renderRemoteDesktop
in interface NetworkedContentListener
remoteDesktop
- the remote desktopitem
- the itemitemAttrs
- 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 |