io.github.yangziwen.quickstate.Context Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quick-state Show documentation
Show all versions of quick-state Show documentation
A lightweight state machine
package io.github.yangziwen.quickstate;
public interface Context {
Transition getTransition();
StateMachine getStateMachine();
}