Dynatrace / openkit-java

OpenKit Java Reference Implementation
Apache License 2.0
35 stars 34 forks source link

safer state transition #70

Closed y0chanan closed 6 years ago

y0chanan commented 6 years ago

nextState remembers if a transition to another state was requested. After the execute method of the current state returns the current state is updated with the new state.