public interface SimpleStateMachine<State,Context,ContextService>
| Modifier and Type | Method and Description |
|---|---|
Context |
change(State newState) |
Context |
change(State newState,
Context context) |
Context |
change(State newState,
Context context,
ContextService contextService) |
boolean |
transitionAllowed(State newState) |
Copyright © 2017. All rights reserved.