| Modifier and Type | Method and Description |
|---|---|
static UpdateState |
UpdateState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateState[] |
UpdateState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateState |
ComponentUpdate.state() |
| Modifier and Type | Method and Description |
|---|---|
UpdateState |
PersistState.call() |
UpdateState |
AbstractComponentUpdate.state() |
| Modifier and Type | Method and Description |
|---|---|
protected com.github.oxo42.stateless4j.StateMachine<UpdateState,UpdateEvent> |
AbstractComponentUpdate.setup(PersistState persistState) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistState.doIt(UpdateState arg1) |
protected abstract void |
AbstractAction.run(UpdateState from,
UpdateState to,
UpdateEvent trigger) |
String |
StateSummaryMapper.summaryOf(UpdateState state,
UpdateContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractComponentUpdate.configureStateMachine(com.github.oxo42.stateless4j.StateMachineConfig<UpdateState,UpdateEvent> config) |
void |
AbstractAction.doIt(com.github.oxo42.stateless4j.transitions.Transition<UpdateState,UpdateEvent> transition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SystemUpdate.configureStateMachine(com.github.oxo42.stateless4j.StateMachineConfig<UpdateState,UpdateEvent> config) |
Copyright © 2025 Suncode. All rights reserved.