|
||||||||||
| 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.projector.MysteryProjectorApp
public class MysteryProjectorApp
The Class MysteryProjectorApp.
| Field Summary | |
|---|---|
static boolean |
restore
The restore. |
| Constructor Summary | |
|---|---|
MysteryProjectorApp(ApplicationInfo info)
Instantiates a new mystery projector 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
| Constructor Detail |
|---|
public MysteryProjectorApp(ApplicationInfo info)
info - the info| Method Detail |
|---|
public void addContent()
SynergyNetApp
addContent in class SynergyNetApppublic void channelSwitched()
NetworkedContentListener
channelSwitched in interface NetworkedContentListenerpublic void contentItemLoaded(ContentItem item)
NetworkedContentListener
contentItemLoaded in interface NetworkedContentListeneritem - 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 SynergyNetApppublic void onDeactivate()
SynergyNetApp
public void remoteContentLoaded(RemoteDesktop remoteDesktop)
NetworkedContentListener
remoteContentLoaded in interface NetworkedContentListenerremoteDesktop - 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 NetworkedContentListenerremoteDesktop - the remote desktopitem - the itemmap - the map
public void renderSynchronisedDate(ContentItem item,
java.util.Map<java.lang.String,java.lang.String> itemAttrs)
NetworkedContentListener
renderSynchronisedDate in interface NetworkedContentListeneritem - 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 | |||||||||