public class LoggingViewerAppState extends com.jme3.app.state.AbstractAppState implements AutomatonListener, AgentListener
| Constructor and Description |
|---|
LoggingViewerAppState() |
| Modifier and Type | Method and Description |
|---|---|
void |
agentChanged(Agent agent) |
void |
cleanup() |
void |
hide() |
void |
initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application app) |
boolean |
isShown() |
void |
show() |
void |
stateChanged(Automaton automaton,
Automaton.STATE state) |
void |
update(float tpf) |
public void initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application app)
initialize in interface com.jme3.app.state.AppStateinitialize in class com.jme3.app.state.AbstractAppStatepublic void update(float tpf)
update in interface com.jme3.app.state.AppStateupdate in class com.jme3.app.state.AbstractAppStatepublic void show()
public boolean isShown()
public void hide()
public void cleanup()
cleanup in interface com.jme3.app.state.AppStatecleanup in class com.jme3.app.state.AbstractAppStatepublic void stateChanged(Automaton automaton, Automaton.STATE state)
stateChanged in interface AutomatonListenerpublic void agentChanged(Agent agent)
agentChanged in interface AgentListenerCopyright © 2017. All Rights Reserved.