klangfarbe / UML-Statechart-Framework-for-Java

The framework implements UML statecharts in Java. Next to the standard elements of FSMs, hierarchical and concurrent states are as well supported as pseudostates, segmented transitions, timed events and an eventqueue for dispatching events asynchronously.
GNU Lesser General Public License v2.1
43 stars 17 forks source link

Added notification upon a state change. #8

Closed akond closed 5 years ago

akond commented 5 years ago

FR for #7

klangfarbe commented 5 years ago

Thanks for the PR :)