パッケージ com.jme3.app.state

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

参照先:
          説明

インタフェースの概要
AppState AppState represents a continously executing code inside the main loop.
 

クラスの概要
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.
 

パッケージ com.jme3.app.state の説明

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