Uses of Class
com.jme3.app.state.AppStateManager

Packages that use AppStateManager
com.jme3.app The com.jme3.application provides a toolset for jME3 applications to interact with various components of the engine. 
com.jme3.app.state The com.jme3.app.state package provides app states, an abstract way of handling application logic. 
com.jme3.bullet   
com.jme3.cinematic   
 

Uses of AppStateManager in com.jme3.app
 

Fields in com.jme3.app declared as AppStateManager
protected  AppStateManager Application.stateManager
           
 

Methods in com.jme3.app that return AppStateManager
 AppStateManager Application.getStateManager()
           
 

Methods in com.jme3.app with parameters of type AppStateManager
 void DebugKeysAppState.initialize(AppStateManager stateManager, Application app)
           
 void FlyCamAppState.initialize(AppStateManager stateManager, Application app)
           
 void StatsAppState.initialize(AppStateManager stateManager, Application app)
           
 

Uses of AppStateManager in com.jme3.app.state
 

Methods in com.jme3.app.state with parameters of type AppStateManager
 void AbstractAppState.initialize(AppStateManager stateManager, Application app)
           
 void AppState.initialize(AppStateManager stateManager, Application app)
          Called to initialize the AppState.
 void ScreenshotAppState.initialize(AppStateManager stateManager, Application app)
           
 void VideoRecorderAppState.initialize(AppStateManager stateManager, Application app)
           
 void AbstractAppState.stateAttached(AppStateManager stateManager)
           
 void AppState.stateAttached(AppStateManager stateManager)
          Called when the state was attached.
 void AbstractAppState.stateDetached(AppStateManager stateManager)
           
 void AppState.stateDetached(AppStateManager stateManager)
          Called when the state was detached.
 

Uses of AppStateManager in com.jme3.bullet
 

Fields in com.jme3.bullet declared as AppStateManager
protected  AppStateManager BulletAppState.stateManager
           
 

Methods in com.jme3.bullet with parameters of type AppStateManager
 void BulletAppState.initialize(AppStateManager stateManager, Application app)
           
 void BulletAppState.stateAttached(AppStateManager stateManager)
           
 void BulletAppState.stateDetached(AppStateManager stateManager)
           
 

Uses of AppStateManager in com.jme3.cinematic
 

Methods in com.jme3.cinematic with parameters of type AppStateManager
 void Cinematic.initialize(AppStateManager stateManager, Application app)
           
 void Cinematic.stateAttached(AppStateManager stateManager)
           
 void Cinematic.stateDetached(AppStateManager stateManager)