org.ocap.environment.EnvironmentState.html Maven / Gradle / Ivy
EnvironmentState
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.ocap.environment
Class EnvironmentState
java.lang.Object
org.ocap.environment.EnvironmentState
public class EnvironmentState
- extends java.lang.Object
Defines the set of available states for an environment.
Field Summary | |
---|---|
static EnvironmentState |
BACKGROUND
The environment is in the background. |
static EnvironmentState |
INACTIVE
The environment is inactive. |
static EnvironmentState |
PRESENTING
The environment is presenting. |
static EnvironmentState |
SELECTED
The environment is selected. |
Constructor Summary | |
---|---|
protected |
EnvironmentState(java.lang.String s)
This protected constructor is provided to enable the set of states to be extended. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
INACTIVE
public static final EnvironmentState INACTIVE
- The environment is inactive. No applications are running.
SELECTED
public static final EnvironmentState SELECTED
- The environment is selected. Applications are running to
the maximum extent possible and are able to interact with
the end-user.
PRESENTING
public static final EnvironmentState PRESENTING
- The environment is presenting. Applications are running and
may be visible to the end user. They cannot receive user input
from the remote control.
BACKGROUND
public static final EnvironmentState BACKGROUND
- The environment is in the background. Any running applications
cannot be in the normal mode.
Constructor Detail |
---|
EnvironmentState
protected EnvironmentState(java.lang.String s)
- This protected constructor is provided to enable the set
of states to be extended. It is not intended to be used
by applications.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |