Uses of Class
org.praxislive.core.ExecutionContext.State
-
Packages that use ExecutionContext.State Package Description org.praxislive.base org.praxislive.core -
-
Uses of ExecutionContext.State in org.praxislive.base
Methods in org.praxislive.base that return ExecutionContext.State Modifier and Type Method Description ExecutionContext.State
DefaultExecutionContext. getState()
Methods in org.praxislive.base with parameters of type ExecutionContext.State Modifier and Type Method Description protected void
DefaultExecutionContext. updateState(long time, ExecutionContext.State state)
Update the state. -
Uses of ExecutionContext.State in org.praxislive.core
Methods in org.praxislive.core that return ExecutionContext.State Modifier and Type Method Description ExecutionContext.State
ExecutionContext. getState()
Get the current state of the Root.static ExecutionContext.State
ExecutionContext.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionContext.State[]
ExecutionContext.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-