|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnvironmentState | |
|---|---|
| org.ocap.environment | Represents an environment that provides the context in which applications run. |
| Uses of EnvironmentState in org.ocap.environment |
|---|
| Fields in org.ocap.environment declared as EnvironmentState | |
|---|---|
static EnvironmentState |
EnvironmentState.BACKGROUND
The environment is in the background. |
static EnvironmentState |
EnvironmentState.INACTIVE
The environment is inactive. |
static EnvironmentState |
EnvironmentState.PRESENTING
The environment is presenting. |
static EnvironmentState |
EnvironmentState.SELECTED
The environment is selected. |
| Methods in org.ocap.environment that return EnvironmentState | |
|---|---|
EnvironmentState |
EnvironmentStateChangedEvent.getFromState()
Return the state the environment was in before the state transition was requested as passed to the constructor of this event. |
EnvironmentState |
Environment.getState()
Queries the state of this environment. |
EnvironmentState |
EnvironmentStateChangedEvent.getToState()
Return the state the environment is in after the completion of the state transition as passed to the constructor of this event. |
| Constructors in org.ocap.environment with parameters of type EnvironmentState | |
|---|---|
EnvironmentStateChangedEvent(Environment source,
EnvironmentState fromstate,
EnvironmentState tostate)
Create an EnvironmentStateChangedEvent object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||