-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding support for non-static methods as catch handlers for the Facto…
…ry class
- Loading branch information
Showing
4 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
Allowing stop to be called within ActiveObject or Factory | ||
Allow simple methods to be registered using the ``catch`` method in the Factory | ||
class. | ||
|
||
* the stop method can now be called within an ActiveObject or a Factory. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters