Menu

Stagehand_FSM 1.9.0 (stable) released

Stagehand_FSM is a finite state machine.

Using Stagehand_FSM with applications, frameworks, and toolkits, it can make to simplify complex state management code in them. And also, it can be used as an engine of event-driven architecture.

::::: Release notes for Stagehand_FSM 1.9.0 :::::

A new release of Stagehand_FSM is now available.

What's New in Stagehand_FSM 1.9.0

* A few Enhancements: clearPayload(), and error handling for invalid callbacks are added.

See the following release notes for details.

Enhancements

- Added clearPayload() to remove the payload from the property. (Stagehand_FSM)
- Added error handling for invalid callbacks.

::::: Installation :::::

This release can be installed directly using a PEAR channel pear.piece-framework.com:
First, add the channel to your PEAR install:

$ pear channel-discover pear.piece-framework.com

Second, install the package:

$ pear install piece/Stagehand_FSM

This release can be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=165844

Since Stagehand_FSM-1.9.0.tgz is a PEAR package, you can install the package with pear command after downloading it.

$ pear install Stagehand_FSM-1.9.0.tgz

For more information, visit the project page as follows:
http://piece-framework.com/

Posted by iteman 2007-08-14

Log in to post a comment.