Stagehand_FSM 2.1.0 (stable)
Release Date: 2014-10-05
What's New in Stagehand_FSM 2.1.0
User-defined event dispatcher for the state machine events
(Issue #7)
Stagehand_FSM has the following events and hooks that can be used to trigger custom behavior in your application. Those events can be viewed in StateMachineEvents.
Constant Name | Value | Timing |
---|---|---|
EVENT_PROCESS | statemachine.process | Before processing an event |
EVENT_EXIT | statemachine.exit | Before leaving a state |
EVENT_TRANSITION | statemachine.transition | Before invoking a transition action and changing the current state |
EVENT_ENTRY | statemachine.entry | Before entering a state |
EVENT_DO | statemachine.do | Before invoking an activity |
End of PEAR support for Stagehand_FSM
(Issue #5)
As of this version, Stagehand_FSM is no longer provided as a PEAR package.