|
||||||||||
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.control.ControlApp
public class ControlApp
The Class ControlApp.
Constructor Summary | |
---|---|
ControlApp(ApplicationInfo info)
Instantiates a new control app. |
Method Summary | |
---|---|
void |
addContent()
Adds the content. |
void |
buttonClicked(SimpleButton button,
long id,
float x,
float y,
float pressure)
Button clicked. |
void |
buttonDragged(SimpleButton b,
long id,
float x,
float y,
float pressure)
Button dragged. |
void |
buttonPressed(SimpleButton b,
long id,
float x,
float y,
float pressure)
Button pressed. |
void |
buttonReleased(SimpleButton b,
long id,
float x,
float y,
float pressure)
Button released. |
void |
messageReceived(java.lang.Object obj)
Message received. |
void |
onActivate()
On activate. |
void |
tableDisconnected()
Table disconnected. |
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 ControlApp(ApplicationInfo info)
info
- the infoMethod Detail |
---|
public void addContent()
SynergyNetApp
addContent
in class SynergyNetApp
public void buttonClicked(SimpleButton button, long id, float x, float y, float pressure)
SimpleButtonListener
buttonClicked
in interface SimpleButtonListener
button
- the bid
- the idx
- the xy
- the ypressure
- the pressurepublic void buttonDragged(SimpleButton b, long id, float x, float y, float pressure)
SimpleButtonListener
buttonDragged
in interface SimpleButtonListener
b
- the bid
- the idx
- the xy
- the ypressure
- the pressurepublic void buttonPressed(SimpleButton b, long id, float x, float y, float pressure)
SimpleButtonListener
buttonPressed
in interface SimpleButtonListener
b
- the bid
- the idx
- the xy
- the ypressure
- the pressurepublic void buttonReleased(SimpleButton b, long id, float x, float y, float pressure)
SimpleButtonListener
buttonReleased
in interface SimpleButtonListener
b
- the bid
- the idx
- the xy
- the ypressure
- the pressurepublic void messageReceived(java.lang.Object obj)
TableCommsApplicationListener
messageReceived
in interface TableCommsApplicationListener
obj
- the objpublic void onActivate()
SynergyNetApp
onActivate
in class SynergyNetApp
public void tableDisconnected()
TableCommsApplicationListener
tableDisconnected
in interface TableCommsApplicationListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |