All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.environment.EnvironmentState.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






EnvironmentState














org.ocap.environment
Class EnvironmentState

java.lang.Object
  extended by 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.







© 2015 - 2024 Weber Informatics LLC | Privacy Policy