Package com.jme3.app.state

The com.jme3.app.state package provides app states, an abstract way of handling application logic.

See:
          Description

Interface Summary
AppState AppState represents a continously executing code inside the main loop.
 

Class Summary
AbstractAppState AbstractAppState implements some common methods that make creation of AppStates easier.
AppStateManager The AppStateManager holds a list of AppStates which it will update and render.
When an AppState is attached or detached, the AppState.stateAttached(com.jme3.app.state.AppStateManager) and AppState.stateDetached(com.jme3.app.state.AppStateManager) methods will be called respectively.
MjpegFileWriter Released under BSD License
ScreenshotAppState  
VideoRecorderAppState A Video recording AppState that records the screen output into an AVI file with M-JPEG content.
VideoRecorderAppState.IsoTimer  
 

Package com.jme3.app.state Description

The com.jme3.app.state package provides app states, an abstract way of handling application logic.