A library to build event driven state machines in your code.
State machines are a core construct for many systems that monitor system states across many objects and manage them in memory.
In order to use the library the following needs to be done.
Use the following maven dependency
<dependency>
<groupId>io.appform.simplefsm</groupId>
<artifactId>simplefsm</artifactId>
<version>1.0</version>
</dependency>
Check StateMachineTest class for basic usage.
Apache 2