Skip to content

Stagehand_FSM 2.1.0 (stable)

Compare
Choose a tag to compare
@iteman iteman released this 05 Oct 06:06
· 192 commits to master since this release
v2.1.0

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.