public class ServerAppState
extends com.jme3.app.state.AbstractAppState
| Constructor and Description |
|---|
ServerAppState() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAVD(String smartphoneId,
phat.mobile.adm.AndroidVirtualDevice avd) |
void |
cleanup() |
phat.mobile.adm.AndroidVirtualDevice |
getAVD(String deviceId) |
PHATServerManager |
getServerManager() |
void |
initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application application) |
void |
runCommand(PHATServerCommand command) |
void |
update(float tpf) |
public void initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application application)
initialize in interface com.jme3.app.state.AppStateinitialize in class com.jme3.app.state.AbstractAppStatepublic void runCommand(PHATServerCommand command)
public void update(float tpf)
update in interface com.jme3.app.state.AppStateupdate in class com.jme3.app.state.AbstractAppStatepublic void addAVD(String smartphoneId, phat.mobile.adm.AndroidVirtualDevice avd)
public PHATServerManager getServerManager()
public phat.mobile.adm.AndroidVirtualDevice getAVD(String deviceId)
public void cleanup()
cleanup in interface com.jme3.app.state.AppStatecleanup in class com.jme3.app.state.AbstractAppStateCopyright © 2015. All Rights Reserved.