public interface StateConfiguration<State,Context,ContextService>
| 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) |
StateConfiguration<State,Context,ContextService> permit(State state)
StateConfiguration<State,Context,ContextService> permit(State state, StateChangeHandler<Context,ContextService> handler)
StateChangeHandler<Context,ContextService> handler(State state)
boolean transitionAllowed(State state)
Copyright © 2017. All rights reserved.