public interface StateMachine
Modifier and Type | Method and Description |
---|---|
String |
getInitialState() |
Set<String> |
getSupportedTypes() |
void |
validateStateChange(String oldState,
String newState) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.