Searched defs:AppStateManager (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
H A DAppStateManager.java42 * The <code>AppStateManager</code> holds a list of {@link AppState}s which
45 * {@link AppState#stateAttached(com.jme3.app.state.AppStateManager) } and
46 * {@link AppState#stateDetached(com.jme3.app.state.AppStateManager) } methods
54 * AppStateManager.update().
66 public class AppStateManager { class
94 public AppStateManager(Application app){ method in class:AppStateManager
117 * Attach a state to the AppStateManager, the same state cannot be attached
137 * Detaches the state from the AppStateManager.
164 * @return True if the state is currently attached to this AppStateManager.
166 * @see AppStateManager#attac
[all...]

Completed in 50 milliseconds