public class EnvironmetFacilitatorAppState
extends com.jme3.app.state.AbstractAppState
| Constructor and Description |
|---|
EnvironmetFacilitatorAppState() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application application) |
void |
register(EFConsumer consumer) |
void |
register(EFProducer producer) |
void |
unregister(EFConsumer consumer) |
void |
unregister(EFProducer producer) |
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 update(float tpf)
update in interface com.jme3.app.state.AppStateupdate in class com.jme3.app.state.AbstractAppStatepublic void register(EFConsumer consumer)
public void unregister(EFConsumer consumer)
public void register(EFProducer producer)
public void unregister(EFProducer producer)
public void cleanup()
cleanup in interface com.jme3.app.state.AppStatecleanup in class com.jme3.app.state.AbstractAppStateCopyright © 2016. All Rights Reserved.