Skip to content

Allow simple methods to be registered using the "catch" method in the Factory class.

Compare
Choose a tag to compare
@aleph2c aleph2c released this 30 Jul 14:14
· 88 commits to master since this release

The Factory class lets a miros user build state machines within a class. Previous to this release only static methods could be registered to signals during the state construction process.

  • static methods are still permitted as catch handler inputs (backwards
    compatible)
  • standard methods are now also permitted as catch handlers too.