Uses of Enum Class
org.praxislive.core.ExecutionContext.State
Packages that use ExecutionContext.State
-
Uses of ExecutionContext.State in org.praxislive.base
Methods in org.praxislive.base that return ExecutionContext.StateMethods in org.praxislive.base with parameters of type ExecutionContext.StateModifier and TypeMethodDescriptionprotected voidDefaultExecutionContext.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.StateModifier and TypeMethodDescriptionExecutionContext.getState()Get the current state of the Root.static ExecutionContext.StateReturns the enum constant of this class with the specified name.static ExecutionContext.State[]ExecutionContext.State.values()Returns an array containing the constants of this enum class, in the order they are declared.