public class DefaultStateConfiguration<State,Context,ContextService> extends Object implements StateConfiguration<State,Context,ContextService>
| Constructor and Description |
|---|
DefaultStateConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StateChangeHandler<Context,ContextService> |
handler(State state) |
StateConfiguration<State,Context,ContextService> |
permit(State state) |
StateConfiguration<State,Context,ContextService> |
permit(State state,
StateChangeHandler<Context,ContextService> handler) |
boolean |
transitionAllowed(State state) |
public StateConfiguration<State,Context,ContextService> permit(State state, StateChangeHandler<Context,ContextService> handler)
permit in interface StateConfiguration<State,Context,ContextService>public StateConfiguration<State,Context,ContextService> permit(State state)
permit in interface StateConfiguration<State,Context,ContextService>public StateChangeHandler<Context,ContextService> handler(State state)
handler in interface StateConfiguration<State,Context,ContextService>public boolean transitionAllowed(State state)
transitionAllowed in interface StateConfiguration<State,Context,ContextService>Copyright © 2017. All rights reserved.