$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Pass data to states, in boost state chart
From: Igor R (boost.lists_at_[hidden])
Date: 2011-04-29 11:55:52
> Is there any way I can pass data to state event handler?
Actually, if you mean the reaction itself, it accepts the event as a
parameter, so just pass everything inside the event.