public class AppSessionManager extends Object The manager of the terminal sessions for an application session.
- Author:
- Christopher Mindus
Method Summary 
Gets the application gyro for the session.
boolean
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Details 
getAppSessionGyro 
Gets the application gyro for the session.
- Returns:
- The AppSessionGyro instance, never null.
isDisposed 
public boolean isDisposed()
Checks if disposed of.
- Returns:
- true if disposed.